This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNumericDomain Interface > IGPNumericDomain.GetHighLimit Method (ArcObjects .NET 10.5 SDK) |
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