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


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

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

Parameters layers [out, retval] layers is a parameter of type VARIANT_BOOL layers [in] layers is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISymbologyEnvironment Interface