ArcObjects Library Reference (DataSourcesFile)  

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