children Property

Summary

Gets the collection of AnnObjects for this layer.

Syntax

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

Property Value

The collection of AnnObjects of this layer. The default value is an empty collection.

Remarks

Annotation objects already in the container can be added to any child layer using this property to group them logically.

Example

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly