(Leadtools.Annotations.Automation)

Name Property (AnnAutomationObject)

Show in webframe




Gets or sets the name of this AnnAutomationObject.
Syntax
public virtual string Name {get; set;}
public virtual string Name {get; set;}
@property (nonatomic,copy) NSString* name;
public String getName()
public void setName(String name)
            
 
get_Name();
set_Name(value);
Object.defineProperty('Name');

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

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.