←Select platform

FriendlyName Property

Summary

Gets the friendly name for AnnObject.

Syntax
C#
VB
Objective-C
C++
Java
public abstract string FriendlyName { get; } 
Public MustOverride ReadOnly Property FriendlyName As String 
@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".

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly