This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHyperlink Interface > IHyperlink.FeatureId Property (ArcObjects .NET 10.5 SDK) |
Id for the feature that contains the hyperlink.
[Visual Basic .NET] Public Property FeatureId As Integer
[C#] public int FeatureId {get; set;}
[C++]
HRESULT get_FeatureId(
long* FID
);
[C++]
HRESULT put_FeatureId(
long FID
);
[C++]
Parameters FID [out, retval] FID is a parameter of type long FID [in] FID is a parameter of type long