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


IGPNumericDomain.LowLimit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNumericDomain Interface > IGPNumericDomain.LowLimit Property
ArcGIS Developer Help

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(
  System.Double* LowLimit
);
[C++]
Parameters
LowLimit [in]

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

Product Availability

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

See Also

IGPNumericDomain Interface