Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset.
[Visual Basic .NET] Public Property IsForwardTraversal As Boolean
[C#] public bool IsForwardTraversal {get; set;}
[C++]
HRESULT get_IsForwardTraversal(
VARIANT_BOOL* IsForwardTraversal
);
[C++]
HRESULT put_IsForwardTraversal(
VARIANT_BOOL IsForwardTraversal
);
[C++]Parameters
IsForwardTraversal [out, retval] IsForwardTraversal is a parameter of type VARIANT_BOOL IsForwardTraversal [in] IsForwardTraversal is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This property has been superceded by the IsForwardTraversal property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.