←Select platform

FriendlyName Property

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; 
   } 
FriendlyName get (AnnObject) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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