ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IGPNumericDomain Interface