←Select platform

Object Property

Summary

Gets the AnnObject that is being edited.

Syntax
C#
VB
Objective-C
C++
Java
public AnnObject object { get; } 
Public ReadOnly Property Object As AnnObject 
@property (nonatomic,readonly) LTAnnObject* object; 
public AnnObject getObject() 
public:  
   property AnnObject^ Object 
   { 
      AnnObject^ get() 
   } 

Property Value

The AnnObject that is being edited.

Example

For an example, refer to AnnAutomation.Edit

Requirements

Target Platforms

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