ArcObjects Library Reference (Display)  

esriGDICommentEndText Structure

GDI Comment structure used to end of BeginText call.

Syntax

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

typedef struct esriGDICommentEndText {

   Unsigned long dSignature;

   Unsigned long nVersion; } esriGDICommentEndText;

Product Availability

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