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