This document is archived and information here might be outdated.  Recommended version.


ISymbologyEnvironment2.OutputGDICommentForMapsAndLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment2 Interface > ISymbologyEnvironment2.OutputGDICommentForMapsAndLayout Property
ArcGIS Developer Help

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(
  Boolean* maps
);
[C++]
HRESULT put_OutputGDICommentForMapsAndLayout(
  VARIANT_BOOL maps
);
[C++]
Parameters
maps [out, retval]

maps is a parameter of type bool* maps [in]
maps is a parameter of type bool

Product Availability

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

See Also

ISymbologyEnvironment2 Interface