This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.SetAllTraversable Method (ArcObjects .NET 10.4 SDK) |
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
This property has been superceded by the RemoveElementRestrictions property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.