←Select platform

Children Property

Summary
Gets the collection of AnnObjects in this AnnContainer.
Syntax
C#
VB
Objective-C
C++
Java
public AnnObjectCollection Children { get; } 
Public ReadOnly Property Children As AnnObjectCollection 
@property (nonatomic,readonly) LTAnnObjectCollection* children; 
public AnnObjectCollection getChildren() 
public:  
   property AnnObjectCollection^ Children 
   { 
      AnnObjectCollection^ get() 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.