This document is archived and information here might be outdated.  Recommended version.


esriGDICommentBeginText Structure (ArcObjects .NET 10.5 SDK)
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.