Finds a feature id in the set.
[Visual Basic .NET] Public Sub Find ( _ ByVal fID As Integer, _ ByRef doesExist As Boolean _ )
[C#] public void Find ( int fID, ref bool doesExist );
[C++]
HRESULT Find(
long fID,
VARIANT_BOOL* doesExist
);
[C++]Parameters
fID [in] fID is a parameter of type long doesExist [out] doesExist is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.