This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.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 WriteOnly Property UpperBound
[C#] public void UpperBound {set;}
[C++]
HRESULT put_UpperBound(
long
);
[C++]
Parameters [in] is a parameter of type long
UpperBound specifies the maximum 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.