This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment2 Interface > ISymbologyEnvironment2.OutputGDICommentForMapsAndLayout Property (ArcObjects .NET 10.4 SDK) |
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