This document is archived and information here might be outdated. Recommended version. |
Restriction type.
[Visual Basic .NET] Public Property Type As esriSMRestrictionType
[C#] public esriSMRestrictionType Type {get; set;}
[C++]
HRESULT get_Type(
void
);
[C++]
HRESULT put_Type(
);
The restriction type can be Strict or Relaxed. Strict restrictions can never be violated by the solver, while Relaxed restrictions can be violated if there is no other way to calculate a route.