children Property (AnnGroupObject)

Summary

Gets the collection of annotation objects (of various types that are derived from AnnObject) contained in this AnnGroupObject object.

Syntax

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

Property Value

The collection of AnnObjects assigned to this AnnGroupObject.

Remarks

The Children property is a zero-based, indexed collection used to hold all the AnnObject objects assigned to this AnnGroupObject. Since the property is read-only, it cannot be assigned a collection of objects directly. Objects can be added or removed by using the methods inherited from the AnnObjectCollection class.

For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize