ArcObjects Library Reference (Carto)  

IFeatureBookmark.FeatureId Property

Feature id.

[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

Product Availability

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

Description

FeatureId is the OID associated with the selected feature.

See Also

IFeatureBookmark Interface