This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentBeginPageLayout Structure (ArcObjects .NET 10.4 SDK) |
GDI Comment structure used to Begin a Page Layout.
[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;