Gets the collection of children AnnLayers of this layer.
public AnnLayerCollection Layers { get; }
Public ReadOnly Property Layers As Leadtools.Annotations.Core.AnnLayerCollection
public Leadtools.Annotations.Core.AnnLayerCollection Layers {get;}
@property (nonatomic) LTAnnLayerCollection* layers;
public AnnLayerCollection getLayers()
get_Layers();
public:
property AnnLayerCollection^ Layers
{
AnnLayerCollection^ get()
}
The collection of children AnnLayers of this layer. The default value is an empty collection.
You can create a hierarchy of parent/children layers using this property.
D:\LEAD15\Help\DotNet\Projects\Leadtools.Annotations.Core\Common\Types\Enums\Enums.cs
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