ArcObjects Library Reference (Carto)  

IFindObject.FID Property

FID.

[Visual Basic .NET]
Public Property FID As Integer
[C#]
public int FID {get; set;}
[C++]
HRESULT get_FID(
  long* FID
);
[C++]
HRESULT put_FID(
  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

IFindObject Interface