←Select platform

Layer Property

Summary

Get the optional layer that contain this object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnLayer Layer { get; } 
Public ReadOnly Property Layer As Leadtools.Annotations.Core.AnnLayer 
@property (nonatomic, readonly) LTAnnLayer* layer; 
public AnnLayer getLayer() 
 get_Layer();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly