This document is archived and information here might be outdated. Recommended version. |
Sets all network elements of the given element type to be traversable or non-traversable.
[Visual Basic .NET] Public Sub SetAllTraversable ( _ ByVal ElementType As esriNetworkElementType, _ ByVal Traversable As Boolean _ )
[C#] public void SetAllTraversable ( esriNetworkElementType ElementType, bool Traversable );
[C++]
HRESULT SetAllTraversable(
esriNetworkElementType ElementType,
VARIANT_BOOL Traversable
);
[C++] Parameters ElementType [in]
ElementType is a parameter of type esriNetworkElementType Traversable [in]
Traversable is a parameter of type bool
This property has been superceded by the RemoveElementRestrictions property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.