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


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

ISymbologyEnvironment.OutputGDICommentForGroupings Property

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

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

Product Availability

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

See Also

ISymbologyEnvironment Interface