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


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

ISymbologyEnvironment.OutputGDICommentForText Property

Indicates if a GDI comment is output for text.

[Visual Basic .NET]
Public Property OutputGDICommentForText As Boolean
[C#]
public bool OutputGDICommentForText {get; set;}
[C++]
HRESULT get_OutputGDICommentForText(
  Boolean* Text
);
[C++]
HRESULT put_OutputGDICommentForText(
  VARIANT_BOOL Text
);
[C++]
Parameters
Text [out, retval]

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

Product Availability

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

See Also

ISymbologyEnvironment Interface