This document is archived and information here might be outdated. Recommended version. |
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 { } esriGDICommentFeatureAttribute;