ArcObjects Library Reference  (NetworkAnalysis)    

INetSolver.ElementBarriers Property

Network element barrier set to be used in this solver.

[Visual Basic 6.0]
Property ElementBarriers(
    ByVal ElementType As esriElementType _
) As INetElementBarriers
[Visual Basic .NET]
Public Sub set_ElementBarriers ( _
    ByVal ElementType As esriElementType, _
    ByVal  As INetElementBarriers _
)
[C#]
public void set_ElementBarriers (
    esriElementType ElementType,
    INetElementBarriers 
);
[Java]
public INetElementBarriers setrefElementBarriers (
    esriElementType ElementType
)
[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

 


Feedback Send feedback on this page