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.OutputGDICommentForGroupings Property (ArcObjects .NET 10.5 SDK) |
Indicates if a GDI comment is output for groupings.
[Visual Basic .NET] Public Property OutputGDICommentForGroupings As Boolean
[C#] public bool OutputGDICommentForGroupings {get; set;}
[C++]
HRESULT get_OutputGDICommentForGroupings(
VARIANT_BOOL* grouping
);
[C++]
HRESULT put_OutputGDICommentForGroupings(
VARIANT_BOOL grouping
);
[C++]
Parameters grouping [out, retval] grouping is a parameter of type VARIANT_BOOL grouping [in] grouping is a parameter of type VARIANT_BOOL