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


INAClassDefinitionEdit.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 > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.LowerBound Property
ArcGIS Developer Help

INAClassDefinitionEdit.LowerBound Property

The minimum number of objects required in the class by the solver to perform analysis.

[Visual Basic .NET]
Public WriteOnly Property LowerBound
[C#]
public void LowerBound {set;}
[C++]
HRESULT put_LowerBound(
  long 
);
[C++]
Parameters
 [in]

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 network locations required by the solver to perform analysis.

This property should only be set by a custom solver during the creation of the NAContext.

See Also

INAClassDefinitionEdit Interface