ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarSetup.SetAllTraversable Method

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 VARIANT_BOOL

Product Availability

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

Remarks

This property has been superceded by the RemoveElementRestrictions property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface