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


ISet.Remove 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.Remove Method
ArcGIS Developer Help

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 IUnknown

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