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.LowLimitInclusive Property (ArcObjects .NET 10.5 SDK) |
Defines the LowLimitInclusive property.
[Visual Basic .NET] Public Property LowLimitInclusive As Boolean
[C#] public bool LowLimitInclusive {get; set;}
[C++]
HRESULT get_LowLimitInclusive(
VARIANT_BOOL* bInclusive
);
[C++]
HRESULT put_LowLimitInclusive(
VARIANT_BOOL bInclusive
);
[C++]
Parameters bInclusive [out, retval] bInclusive is a parameter of type VARIANT_BOOL bInclusive [in] bInclusive is a parameter of type VARIANT_BOOL