Gets or sets the name of this AnnAutomationObject.
public virtual string Name { get; set; }
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');
public:
virtual property String^ Name
{
String^ get()
void set(String^ value)
}
A string value that represents the name of this AnnAutomationObject. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET