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


ISet.Find Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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

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