←Select platform

Children Property

Summary

Gets the collection of AnnObjects in this layer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnObjectCollection Children { get; } 
Public ReadOnly Property Children As Leadtools.Annotations.Core.AnnObjectCollection 
@property (nonatomic) LTAnnObjectCollection* children; 
public AnnObjectCollection getChildren() 
             
 get_Children();  
public:  
   property AnnObjectCollection^ Children 
   { 
      AnnObjectCollection^ get() 
   } 

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.

Example

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

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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