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


IGPNumericDomain.SetHighLimit Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPNumericDomain.SetHighLimit Method

Defines the HighLimit property.

[Visual Basic .NET]
Public Sub SetHighLimit ( _
    ByVal allowHighLimit As Boolean, _
    ByVal HighLimit As Double _
)
[C#]
public void SetHighLimit (
    bool allowHighLimit,
    double HighLimit
);
[C++]
HRESULT SetHighLimit(
  VARIANT_BOOL allowHighLimit,
  double HighLimit
);
[C++]

Parameters allowHighLimit [in] allowHighLimit is a parameter of type VARIANT_BOOL HighLimit HighLimit is a parameter of type double

Product Availability

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

See Also

IGPNumericDomain Interface