ArcObjects Library Reference (Display)  

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

Parameters

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

Product Availability

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

See Also

ISymbologyEnvironment Interface