Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationObject Class : Name Property |
public virtual string Name {get; set;}
'Declaration
Public Overridable Property Name As String
public virtual string Name {get; set;}
@property (nonatomic,copy) NSString* name;
public String getName() public void setName(String name)
<br/>get_Name();<br/>set_Name(value);<br/>Object.defineProperty('Name');
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.
For an example, refer to FindObjectById.