friendlyName Property

Summary

Gets the friendly name for AnnObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'friendlyName', 
	get: function() 
) 
friendlyName: string; // read-only 

Property Value

A string that represents the friendly name for the AnnObject.

Remarks

This property is overridden by derived class to return a friendly name of the object. For example, AnnRectangleObject will return "Rectangle" and AnnHotspotObject will return "Hotspot".

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

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