ArcObjects Library Reference (Display)  

esriGDICommentBeginFeature Structure

GDI Comment structure used to Begin a Feature.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   nDisplayFieldLen As Integer
)
[C#]
public esriGDICommentBeginFeature {
   uint dSignature,
   uint nVersion,
   uint nDisplayFieldLen
)
[C++]

typedef struct esriGDICommentBeginFeature {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long nDisplayFieldLen; } esriGDICommentBeginFeature;

Product Availability

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