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 > AutoZoningCommand Class : Zones Property |
public IVector<LeadZone> Zones {get;}
'Declaration
Public ReadOnly Property Zones As IVector(Of LeadZone)
'Usage
Dim instance As AutoZoningCommand Dim value As IVector(Of LeadZone) value = instance.Zones
public IVector<LeadZone> Zones {get;}
get_Zones();
public: property IVector<LeadZone^>^ Zones { IVector<LeadZone^>^ get(); }