ArcObjects Library Reference (Display)  

esriGDICommentBeginText Structure

GDI Comment structure used to Begin a Text String.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   textType As Short
)
[C#]
public esriGDICommentBeginText {
   uint dSignature,
   uint nVersion,
   short textType
)
[C++]

typedef struct esriGDICommentBeginText {

   Unsigned long dSignature;

   Unsigned long nVersion;

   short textType; } esriGDICommentBeginText;

Product Availability

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