←Select platform

Parent Property

Summary
Gets the parent of this layer.
Syntax
C#
VB
Objective-C
C++
Java
public AnnLayer Parent { get; } 
Public ReadOnly Property Parent As AnnLayer 
@property (nonatomic, readonly) LTAnnLayer* parent; 
public AnnLayer getParent() 
public:  
   property AnnLayer^ Parent 
   { 
      AnnLayer^ get() 
   } 

Property Value

The parent of this layer in the parent/children hierarchy.

Example

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

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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.