ArcObjects Library Reference (DataSourcesFile)  

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