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


ISymbologyEnvironment.OutputGDICommentForGroupings Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  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

Product Availability

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

See Also

ISymbologyEnvironment Interface