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


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

ISMRouterSetup2.ClearRestriction Method

The method removes restriction at specified position from the list.

[Visual Basic .NET]
Public Sub ClearRestriction ( _
    ByVal index As Integer _
)
[C#]
public void ClearRestriction (
    int index
);
[C++]
HRESULT ClearRestriction(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

ISMRouterSetup2 Interface