This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetElementBarriersGEN Interface > INetElementBarriersGEN.SetBarriers Method (ArcObjects .NET 10.4 SDK) |
Specifies a set of network features to use as barriers.
[Visual Basic .NET] Public Sub SetBarriers ( _ ByVal UserClassID As Integer, _ ByRef userIDs As Int32[]& _ )
[C#] public void SetBarriers ( int UserClassID, ref Int32[]& userIDs );
[C++]
HRESULT SetBarriers(
long UserClassID,
userIDs* userIDs
);
[C++]
Parameters UserClassID [in] UserClassID is a parameter of type long userIDs [in] userIDs is a parameter of type
The Network and ElementType properties must be set before calling SetBarriers.