layers Property

Summary

Gets the collection of children AnnLayers for this layer.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnLayer.prototype, 'layers', 
	get: function() 
) 
layers: AnnLayerCollection; // read-only 

Property Value

The collection of children AnnLayers for 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

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