name Property

Summary

Gets or sets the name of this AnnAutomationObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationObject.prototype, 'name', 
	get: function(), 
	set: function(value) 
) 
name: string; 

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 AnnAutomationManager.

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.Automation Assembly