←Select platform

Layers Property

Summary
Gets the collection of children AnnLayers of this layer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnLayerCollection Layers { get; } 
@property (nonatomic, strong, readonly) LTAnnLayerCollection *layers; 
public AnnLayerCollection getLayers() 
public:  
   property AnnLayerCollection^ Layers 
   { 
      AnnLayerCollection^ get() 
   } 
Layers # get  (AnnLayer) 

Property Value

The collection of children AnnLayers of this layer. The default value is an empty collection.

Remarks

You can create a hierarchy of parent/children layers using this property.

For a demo, refer to the AnnotationsLayersDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.