←Select platform

Layers Property

Summary
Gets the collection of children AnnLayers of this layer.
Syntax
C#
VB
Objective-C
C++
Java
public AnnLayerCollection Layers { get; } 
@property (nonatomic) LTAnnLayerCollection* layers; 
public AnnLayerCollection getLayers() 
Public ReadOnly Property Layers() As AnnLayerCollection 
   Get 
public:  
   property AnnLayerCollection^ Layers 
   { 
      AnnLayerCollection^ get() 
   } 

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.

Example

For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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

Leadtools.Annotations.Engine Assembly

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