ArcObjects Library Reference (NetworkAnalysis)  

IEdgeFlag.TwoWay Property

Indicates if the trace can proceed in either direction from this edge flag.

[Visual Basic .NET]
Public Property TwoWay As Boolean
[C#]
public bool TwoWay {get; set;}
[C++]
HRESULT get_TwoWay(
  VARIANT_BOOL* TwoWay
);
[C++]
HRESULT put_TwoWay(
  VARIANT_BOOL TwoWay
);
[C++]

Parameters

TwoWay [out, retval]   TwoWay is a parameter of type VARIANT_BOOL TwoWay [in]   TwoWay is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEdgeFlag Interface