ArcObjects Library Reference (Geoprocessing)  

IGPNumericDomain.LowLimit Property

Sets the lower limit value of the numeric domain object.

[Visual Basic .NET]
Public Property LowLimit As Double
[C#]
public double LowLimit {get; set;}
[C++]
HRESULT get_LowLimit(
  double* LowLimit
);
[C++]
HRESULT put_LowLimit(
  double LowLimit
);
[C++]

Parameters

LowLimit [out, retval]   LowLimit is a parameter of type double LowLimit [in]   LowLimit is a parameter of type double

Product Availability

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

See Also

IGPNumericDomain Interface