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


IGPNumericDomain.GetHighLimit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNumericDomain Interface > IGPNumericDomain.GetHighLimit Method
ArcGIS Developer Help

IGPNumericDomain.GetHighLimit Method

Returns the HighLimit property.

[Visual Basic .NET]
Public Function GetHighLimit ( _
    ByRef allowHighLimit As Boolean _
) As Double
[C#]
public double GetHighLimit (
    ref bool allowHighLimit
);
[C++]
HRESULT GetHighLimit(
  Boolean* allowHighLimit
);
[C++]
Parameters
allowHighLimit [out]

allowHighLimit is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPNumericDomain Interface