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


ISMNetBarriersCollection.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarriersCollection Interface > ISMNetBarriersCollection.Remove Method
ArcGIS Developer Help

ISMNetBarriersCollection.Remove Method

Removes a barrier with a specified ID from the collection.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal lID As Integer _
)
[C#]
public void Remove (
    int lID
);
[C++]
HRESULT Remove(
  long lID
);
[C++]
Parameters
lID [in]

lID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removes the network barrier from the collection.

See Also

ISMNetBarriersCollection Interface