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


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