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


INetSolver.ElementBarriers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetSolver.ElementBarriers Property

Network element barrier set to be used in this solver.

[Visual Basic .NET]
Public Sub set_ElementBarriers ( _
    ByVal ElementType As esriElementType, _
    ByVal A_2 As INetElementBarriers _
)
[C#]
public void set_ElementBarriers (
    esriElementType ElementType,
    INetElementBarriers A_2
);
[C++]
HRESULT putref_ElementBarriers(
  esriElementType ElementType,
  INetElementBarriers* 
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriElementType [in]
is a parameter of type INetElementBarriers

Product Availability

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

Remarks

Tells the solver what set of barriers you want to use.

See Also

INetSolver Interface

.NET Related Topics

NetworkAnalysis