ArcObjects Library Reference (System)  

ISet.Remove Method

Removes the object from the set.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal unk As Object _
)
[C#]
public void Remove (
    object unk
);
[C++]
HRESULT Remove(
  LPUNKNOWN unk
);
[C++]

Parameters

unk [in]   unk is a parameter of type LPUNKNOWN

Product Availability

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

Description

Removes the reference to the specified object from the Set.

See Also

ISet Interface