←Select platform

Name Property

Summary

Gets or sets the name of the AnnObject.

Syntax

C#
VB
C++
public virtual string Name { get; set; } 
  
Public Overridable Property Name As String 
public: 
virtual property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the AnnObject.

Remarks

An object name is one way of differentiating between multiple objects in a container. LEADTOOLS does not use the object name in any special way and the value has no special meaning. For more information, refer to Annotation Object Names. (Deprecated).

Example

For an example, refer to AnnObject.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly