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


ISMRouterSetup.ClearAllRestrictions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouterSetup Interface > ISMRouterSetup.ClearAllRestrictions Method
ArcGIS Developer Help

ISMRouterSetup.ClearAllRestrictions Method

Removes all restrictions set on the route solver.

[Visual Basic .NET]
Public Sub ClearAllRestrictions ( _
)
[C#]
public void ClearAllRestrictions (
);
[C++]
HRESULT ClearAllRestrictions(
void
);

Product Availability

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

See Also

ISMRouterSetup Interface