This document is archived and information here might be outdated. Recommended version. |
The minimum number of objects required in the class by the solver to perform analysis.
[Visual Basic .NET]
Public ReadOnly Property LowerBound As Integer
[C#]
public int LowerBound {get;}
[C++]
HRESULT get_LowerBound(
System.Int32* LowerBound
);
[C++] Parameters LowerBound [out, retval]
LowerBound is a parameter of type long*
LowerBound specifies the minimum number of NALocationObjects that are required by the solver to perform analysis.
For example, an NARouteSolver requires at least 2 stops. This means that the LowerBound property of the Stop's NAClassDefinition would be 2.