This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarriersCollection Interface > ISMNetBarriersCollection.Add Method (ArcObjects .NET 10.4 SDK) |
Adds a barrier to the collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal pItem As SMNetBarrier _ )
[C#] public void Add ( SMNetBarrier pItem );
[C++]
HRESULT Add(
ISMNetBarrier* pItem
);
[C++]
Parameters pItem [in]
pItem is a parameter of type ISMNetBarrier
Adds the network barrier to the collection.