This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface > ISymbologyEnvironment.OutputGDICommentForText Property (ArcObjects .NET 10.5 SDK) |
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