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


IEdgeFlag.TwoWay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEdgeFlag Interface > IEdgeFlag.TwoWay Property
ArcGIS Developer Help

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(
  Boolean* TwoWay
);
[C++]
HRESULT put_TwoWay(
  VARIANT_BOOL TwoWay
);
[C++]
Parameters
TwoWay [out, retval]

TwoWay is a parameter of type bool* TwoWay [in]
TwoWay is a parameter of type bool

Product Availability

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

See Also

IEdgeFlag Interface