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


IMapServerFindResult.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 > IMapServerFindResult Interface > IMapServerFindResult.FeatureId Property
ArcGIS Developer Help

IMapServerFindResult.FeatureId Property

The ID of the found feature.

[Visual Basic .NET]
Public Property FeatureId As Integer
[C#]
public int FeatureId {get; set;}
[C++]
HRESULT get_FeatureId(
  System.Int32* 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.

See Also

IMapServerFindResult Interface