ArcObjects Library Reference (NetworkAnalyst)  

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(
  long* 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