This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISet Interface > ISet.Remove Method (ArcObjects .NET 10.4 SDK) |
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
Removes the reference to the specified object from the Set.