ArcObjects Library Reference (PublisherControls)  

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