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


IMapLayerInfo4.HasHyperlinks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo4 Interface > IMapLayerInfo4.HasHyperlinks Property
ArcGIS Developer Help

IMapLayerInfo4.HasHyperlinks Property

Indicates if the layer has hyperlinks.

[Visual Basic .NET]
Public ReadOnly Property HasHyperlinks As Boolean
[C#]
public bool HasHyperlinks {get;}
[C++]
HRESULT get_HasHyperlinks(
  Boolean* hasLinks
);
[C++]
Parameters
hasLinks [out, retval]

hasLinks is a parameter of type bool*

Product Availability

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

See Also

IMapLayerInfo4 Interface