←Select platform

Name Property

Summary
Gets or sets the name of this AnnAutomationObject.
Syntax
C#
VB
Objective-C
C++
Java
public virtual string Name { get; set; } 
Public Overridable Property Name As String 
@property (nonatomic,copy) NSString* name; 
public String getName() 
public void setName(String name) 
public:  
   virtual property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string value that represents the name of this AnnAutomationObject. The default value is null.

Remarks

This is the name of the annotation object with which this automation object is associated. This value can be used by the application to display the name of the object in the user interface.

Example

For an example, refer to FindObjectById.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.