←Select platform

Layers Property

Summary

Gets the collection of AnnLayers in this AnnContainer.

Syntax
C#
VB
Objective-C
C++
Java
public AnnLayerCollection Layers { get; } 
Public ReadOnly Property Layers As AnnLayerCollection 
@property (nonatomic,readonly) LTAnnLayerCollection* layers; 
public AnnLayerCollection getLayers() 
public:  
   property AnnLayerCollection^ Layers 
   { 
      AnnLayerCollection^ get() 
   } 

Property Value

The collection of AnnLayers contained in this AnnContainer. The default value is an empty collection that is ready to be used.

Example

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly