ArcObjects Library Reference (Display)  

ISymbologyEnvironment2.OutputGDICommentForMapsAndLayout Property

Indicates if a GDI comment is output for Maps and Page Layout.

[Visual Basic .NET]
Public Property OutputGDICommentForMapsAndLayout As Boolean
[C#]
public bool OutputGDICommentForMapsAndLayout {get; set;}
[C++]
HRESULT get_OutputGDICommentForMapsAndLayout(
  VARIANT_BOOL* maps
);
[C++]
HRESULT put_OutputGDICommentForMapsAndLayout(
  VARIANT_BOOL maps
);
[C++]

Parameters

maps [out, retval]   maps is a parameter of type VARIANT_BOOL maps [in]   maps is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISymbologyEnvironment2 Interface