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


INamedSet.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INamedSet Interface > INamedSet.Remove Method
ArcGIS Developer Help

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 IUnknown

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