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


IGPNumericDomain.GetHighLimit Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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