←Select platform

Children Property

Summary
Gets the collection of AnnObjects in this layer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnObjectCollection Children { get; } 
@property (nonatomic, strong, readonly) LTAnnObjectCollection *children; 
public AnnObjectCollection getChildren() 
public:  
   property AnnObjectCollection^ Children 
   { 
      AnnObjectCollection^ get() 
   } 
Children # get  (AnnLayer) 

Property Value

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

Remarks

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

For a demo, refer to the AnnotationsLayersDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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