Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

FriendlyName Property (AnnObject)

Show in webframe
Gets the friendly name for AnnObject.
Syntax
get_friendlyName();
Object.defineProperty('friendlyName');

Property Value

TypeDescription
stringA 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".

See Also

Reference

AnnObject Object
AnnObject Members

Error processing SSI file