ArcObjects Library Reference (NetworkAnalyst)  

INAClassDefinition.LowerBound Property

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(
  long* LowerBound
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAClassDefinition Interface