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


IFIDSet.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSet Interface > IFIDSet.Find Method
ArcGIS Developer Help

IFIDSet.Find Method

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,
  Boolean* doesExist
);
[C++]
Parameters
fID [in]

fID is a parameter of type long doesExist [out]
doesExist is a parameter of type bool*

Product Availability

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

See Also

IFIDSet Interface