This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISet Interface > ISet.Find Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* found
);
[C++]
Parameters unk [in] unk is a parameter of type LPUNKNOWN found [out, retval] found is a parameter of type VARIANT_BOOL
Indicates whether a reference to the specified object has been added to the Set with the Add method.