This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.LowerBound Property (ArcObjects .NET 10.4 SDK) |
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
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.