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


INAClassDefinition.UpperBound 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.UpperBound Property
ArcGIS Developer Help

INAClassDefinition.UpperBound Property

The maximum number of objects allowed in the class by the solver to perform analysis.

[Visual Basic .NET]
Public ReadOnly Property UpperBound As Integer
[C#]
public int UpperBound {get;}
[C++]
HRESULT get_UpperBound(
  System.Int32* UpperBound
);
[C++]
Parameters
UpperBound [out, retval]

UpperBound is a parameter of type long*

Product Availability

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

Remarks

UpperBound specifies the maximum number of NALocationObjects that are allowed by the solver to perform analysis.

See Also

INAClassDefinition Interface