This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment2 Interface > ISymbologyEnvironment2.OutputGDICommentForHyperlinks Property (ArcObjects .NET 10.4 SDK) |
Indicates if a GDI comment is output for hyperlinks.
[Visual Basic .NET] Public Property OutputGDICommentForHyperlinks As Boolean
[C#] public bool OutputGDICommentForHyperlinks {get; set;}
[C++]
HRESULT get_OutputGDICommentForHyperlinks(
VARIANT_BOOL* hyperlinks
);
[C++]
HRESULT put_OutputGDICommentForHyperlinks(
VARIANT_BOOL hyperlinks
);
[C++]
Parameters hyperlinks [out, retval] hyperlinks is a parameter of type VARIANT_BOOL hyperlinks [in] hyperlinks is a parameter of type VARIANT_BOOL