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


IHyperlink.LinkType Property (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.LinkType Property
ArcGIS Developer Help

IHyperlink.LinkType Property

Hyperlink type.

[Visual Basic .NET]
Public Property LinkType As esriHyperlinkType
[C#]
public esriHyperlinkType LinkType {get; set;}
[C++]
HRESULT get_LinkType(
  esriHyperlinkType* LinkType
);
[C++]
HRESULT put_LinkType(
  esriHyperlinkType LinkType
);
[C++]
Parameters
LinkType [out, retval]

LinkType is a parameter of type esriHyperlinkType* LinkType [in]
LinkType is a parameter of type esriHyperlinkType

Product Availability

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

See Also

IHyperlink Interface