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


IARLayer.Hyperlinks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARLayer Interface > IARLayer.Hyperlinks Property
ArcGIS Developer Help

IARLayer.Hyperlinks Property

Indicates if the layer contains hyperlinks.

[Visual Basic .NET]
Public ReadOnly Property Hyperlinks As Boolean
[C#]
public bool Hyperlinks {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The Hyperlinks property indicates whether any of the layer's field's contains hyperlinks.

Remarks

Hyperlinks will only be accessible if the currently loaded document was published with permission to view hyperlinks. Use the IARControl::HasDocumentPermission method to determine this.

See Also

IARLayer Interface