ArcObjects Library Reference (Display)  

esriGDICommentBeginPageLayout Structure

GDI Comment structure used to Begin a Page Layout.

Syntax

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

typedef struct esriGDICommentBeginPageLayout {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long nFocusMap; } esriGDICommentBeginPageLayout;

Product Availability

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