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


ISymbologyEnvironment2.OutputGDICommentForHyperlinks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ISymbologyEnvironment2.OutputGDICommentForHyperlinks Property

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

Product Availability

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

See Also

ISymbologyEnvironment2 Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)