children Property

Summary

Gets the collection of AnnObjects in this AnnContainer.

Syntax

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

Property Value

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

Example

For an example, refer to AnnContainer.

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