Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > OmrCommand Class : Zones Property |
public IList<OmrZone> Zones {get;}
'Declaration
Public ReadOnly Property Zones As IList(Of OmrZone)
'Usage
Dim instance As OmrCommand Dim value As IList(Of OmrZone) value = instance.Zones
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <OmrZone> Zones {get;}
@property (nonatomic, strong, readonly) NSMutableArray<LTOmrZone *> *zones
public List<OmrZone> getZones()
get_Zones();
public: property IList<OmrZone>^ Zones { IList<OmrZone>^ get(); }