![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarriersCollection Interface > ISMNetBarriersCollection.Remove Method (ArcObjects .NET 10.4 SDK) |
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
Removes the network barrier from the collection.