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


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

IHotlinkContainer.HotlinkType Property

Hotlink type.

[Visual Basic .NET]
Public Property HotlinkType As esriHyperlinkType
[C#]
public esriHyperlinkType HotlinkType {get; set;}
[C++]
HRESULT get_HotlinkType(
  esriHyperlinkType* LinkType
);
[C++]
HRESULT put_HotlinkType(
  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

IHotlinkContainer Interface