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


IHyperlinkContainer.Hyperlink Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHyperlinkContainer Interface > IHyperlinkContainer.Hyperlink Property
ArcGIS Developer Help

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