C#
VB
Java
Objective-C
WinRT C#
C++
Gets the collection of AnnObjects in this AnnContainer.
public AnnObjectCollection Children { get; }
Public ReadOnly Property Children As Leadtools.Annotations.Core.AnnObjectCollection
public Leadtools.Annotations.Core.AnnObjectCollection Children {get;}
@property (nonatomic,readonly) LTAnnObjectCollection* children;
public AnnObjectCollection getChildren()
get_Children();
public:
property AnnObjectCollection^ Children
{
AnnObjectCollection^ get()
}
The collection of AnnObjects contained in this AnnContainer. The default value is an empty collection ready to be used.
For an example, refer to AnnContainer.
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