This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEdgeFlag Interface > IEdgeFlag.TwoWay Property (ArcObjects .NET 10.4 SDK) |
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