←Select platform

Layer Property

Summary

Get the optional layer that contain this object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnLayer Layer { get; } 
Public ReadOnly Property Layer As AnnLayer 
@property (nonatomic, readonly) LTAnnLayer* layer; 
public AnnLayer getLayer() 
public:  
   property AnnLayer^ Layer 
   { 
      AnnLayer^ get() 
   } 

Property Value

The optional layer that contain this object. The default value is null.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations.Engine Assembly