ArcObjects Library Reference (Display)  

esriGDICommentBeginMap Structure

GDI Comment structure used to Begin a Map.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   nDescription As Integer,
   nPEString As Integer,
   nViewPort As Integer,
   nTransform As Integer,
   nTransformDevice As Integer,
   nHorizon As Integer
)
[C#]
public esriGDICommentBeginMap {
   uint dSignature,
   uint nVersion,
   uint nDescription,
   uint nPEString,
   uint nViewPort,
   uint nTransform,
   uint nTransformDevice,
   uint nHorizon
)
[C++]

typedef struct esriGDICommentBeginMap {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long nDescription;

   Unsigned long nPEString;

   Unsigned long nViewPort;

   Unsigned long nTransform;

   Unsigned long nTransformDevice;

   Unsigned long nHorizon; } esriGDICommentBeginMap;

Product Availability

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