ArcObjects Library Reference (DataSourcesFile)  

ISMRouterSetup2.RestrictionCount Property

Number of restrictions in the list, which will be applied when finding route.

[Visual Basic .NET]
Public ReadOnly Property RestrictionCount As Integer
[C#]
public int RestrictionCount {get;}
[C++]
HRESULT get_RestrictionCount(
  long* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long

Product Availability

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

See Also

ISMRouterSetup2 Interface