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


IFIDSet.Find Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  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.

See Also

IFIDSet Interface