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


IHyperlink.LinkType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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

.NET Snippets

Add Hyperlink