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


ISMRouterSetup2.ClearRestriction Method (ArcObjects .NET 10.4 SDK)
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