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


INAClassDefinition.LowerBound Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.LowerBound Property
ArcGIS Developer Help

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(
  System.Int32* 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