FriendlyName Property (original) (raw)

Summary

Gets the friendly name for AnnObject.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public abstract string FriendlyName { get; } 
@property (nonatomic, copy, readonly) NSString *friendlyName; 
public abstract String getFriendlyName() 

public: virtual property String^ FriendlyName { String^ get() abstract; }

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

Leadtools.Annotations.Engine Assembly