This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentFeatureAttribute Structure (ArcObjects .NET 10.4 SDK) |
GDI Comment structure used for a Feature Attribute.
[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;