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


IGPNumericDomain.LowLimitInclusive 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.LowLimitInclusive Property
ArcGIS Developer Help

IGPNumericDomain.LowLimitInclusive Property

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(
  Boolean* bInclusive
);
[C++]
Parameters
bInclusive [in]

bInclusive is a parameter of type bool bInclusive [out, retval]
bInclusive is a parameter of type bool*

Product Availability

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

See Also

IGPNumericDomain Interface