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