ArcObjects Library Reference (Carto)  

IHyperlinkContainer.Hyperlink Property

The hyperlink at the specified index.

[Visual Basic .NET]
Public Function get_Hyperlink ( _
    ByVal Index As Integer _
) As IHyperlink
[Visual Basic .NET]
Public Sub set_Hyperlink ( _
    ByVal Index As Integer, _
    ByVal Link As IHyperlink _
)
[C#]
public IHyperlink get_Hyperlink (
    int Index
);
[C#]
public void set_Hyperlink (
    int Index,
    IHyperlink Link
);
[C++]
HRESULT get_Hyperlink(
  long Index,
  IHyperlink** Link
);
[C++]
HRESULT putref_Hyperlink(
  long Index,
  IHyperlink* Link
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Link [out, retval]

  Link is a parameter of type IHyperlink

Index [in]   Index is a parameter of type long Link [in]

  Link is a parameter of type IHyperlink

Product Availability

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

See Also

IHyperlinkContainer Interface