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


ISet.Remove Method (ArcObjects .NET 10.4 SDK)
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