get_friendlyName();
Object.defineProperty('friendlyName');
Type | Description |
---|---|
string | A string that represents the friendly name for the AnnObject. |
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".