C#
VB
Java
Objective-C
WinRT C#
C++
Gets the detected zones.
public IList<LeadZone> Zones { get; }
Public ReadOnly Property Zones As IList(Of LeadZone)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadZone> Zones {get;}
@property (nonatomic, strong, readonly) NSMutableArray<LTLeadZone *> *zones
public List<LeadZone> getZones()
get_Zones();
public:
property IList<LeadZone^>^ Zones {
IList<LeadZone^>^ get();
}
Refer to AutoZoningCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET