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


ISymbologyEnvironment.OutputGDICommentForLayers 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.OutputGDICommentForLayers Property
ArcGIS Developer Help

ISymbologyEnvironment.OutputGDICommentForLayers Property

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

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

Product Availability

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

See Also

ISymbologyEnvironment Interface