This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition Interface > INAClassDefinition.UpperBound Property (ArcObjects .NET 10.4 SDK) |
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
UpperBound specifies the maximum number of NALocationObjects that are allowed by the solver to perform analysis.