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


ISet.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISet Interface > ISet.Find Method
ArcGIS Developer Help

ISet.Find Method

Searches for the object in the set.

[Visual Basic .NET]
Public Function Find ( _
    ByVal unk As Object _
) As Boolean
[C#]
public bool Find (
    object unk
);
[C++]
HRESULT Find(
  LPUNKNOWN unk
);
[C++]
Parameters
unk [in]

unk is a parameter of type IUnknown

Product Availability

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

Description

Indicates whether a reference to the specified object has been added to the Set with the Add method.

See Also

ISet Interface