C#
VB
Java
Objective-C
WinRT C#
C++
Gets the collection of AnnObjects in this layer.
public AnnObjectCollection Children { get; }
Public ReadOnly Property Children As Leadtools.Annotations.Core.AnnObjectCollection
public Leadtools.Annotations.Core.AnnObjectCollection Children {get;}
@property (nonatomic) LTAnnObjectCollection* children;
public AnnObjectCollection getChildren()
get_Children();
public:
property AnnObjectCollection^ Children
{
AnnObjectCollection^ get()
}
The collection of AnnObjects in this layer. The default value is an empty collection.
Annotations objects already contained in the container can be added to any child layer using this property to group them logically.
For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.
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