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


INetworkForwardStarSetup.SetAllTraversable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.SetAllTraversable Method
ArcGIS Developer Help

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 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