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


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

IMapServerRow2.FeatureId Property

The Feature ID of the identified object.

[Visual Basic .NET]
Public ReadOnly Property FeatureId As Integer
[C#]
public int FeatureId {get;}
[C++]
HRESULT get_FeatureId(
  System.Int32* FeatureId
);
[C++]
Parameters
FeatureId [out, retval]

FeatureId is a parameter of type long*

Product Availability

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

See Also

IMapServerRow2 Interface