C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> Cells { get; }
Public ReadOnly Property Cells As IList(Of LeadRect)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> Cells {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *cells //LeadRect
public List<LeadRect> getCells()
get_Cells();
public:
property IList<LeadRect>^ Cells {
IList<LeadRect>^ 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