This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INamedSet Interface > INamedSet.Remove Method (ArcObjects .NET 10.4 SDK) |
Remove an item from the collection by reference.
[Visual Basic .NET] Public Sub Remove ( _ ByVal Element As Object _ )
[C#] public void Remove ( object Element );
[C++]
HRESULT Remove(
LPUNKNOWN Element
);
[C++]
Parameters Element [in] Element is a parameter of type LPUNKNOWN
Removes an object from the NamedSet.