This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface > ISymbologyEnvironment.OutputGDICommentForLayers Property (ArcObjects .NET 10.5 SDK) |
Indicates if a GDI comment is output for layers.
[Visual Basic .NET] Public Property OutputGDICommentForLayers As Boolean
[C#] public bool OutputGDICommentForLayers {get; set;}
[C++]
HRESULT get_OutputGDICommentForLayers(
VARIANT_BOOL* layers
);
[C++]
HRESULT put_OutputGDICommentForLayers(
VARIANT_BOOL layers
);
[C++]
Parameters layers [out, retval] layers is a parameter of type VARIANT_BOOL layers [in] layers is a parameter of type VARIANT_BOOL