This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSet Interface > IFIDSet.Find Method (ArcObjects .NET 10.4 SDK) |
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