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


IGPNumericDomain.GetHighLimit Method (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* allowHighLimit,
  double* HighLimit
);
[C++]

Parameters allowHighLimit [out] allowHighLimit is a parameter of type VARIANT_BOOL HighLimit [out, retval] HighLimit is a parameter of type double

Product Availability

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

See Also

IGPNumericDomain Interface