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


IHyperlink.Jump Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHyperlink Interface > IHyperlink.Jump Method
ArcGIS Developer Help

IHyperlink.Jump Method

Jumps to the hyperlink target.

[Visual Basic .NET]
Public Sub Jump ( _
)
[C#]
public void Jump (
);
[C++]
HRESULT Jump(
void
);

Product Availability

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

See Also

IHyperlink Interface