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