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


INamedSet.Remove Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INamedSet.Remove Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Removes an object from the NamedSet.

See Also

INamedSet Interface