ArcObjects Library Reference (Display)  

esriGDICommentFeatureAttribute Structure

GDI Comment structure used for a Feature Attribute.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   fieldType As Integer,
   nAliasLen As Integer,
   nValueLen As Integer
)
[C#]
public esriGDICommentFeatureAttribute {
   uint dSignature,
   uint nVersion,
   uint fieldType,
   uint nAliasLen,
   uint nValueLen
)
[C++]

typedef struct esriGDICommentFeatureAttribute {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long fieldType;

   Unsigned long nAliasLen;

   Unsigned long nValueLen; } esriGDICommentFeatureAttribute;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.