ArcObjects Library Reference (Display)  

esriGDICommentBeginLayer Structure

GDI Comment structure used to Begin a Layer.

Syntax

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

typedef struct esriGDICommentBeginLayer {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long nDescription; } esriGDICommentBeginLayer;

Product Availability

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