Gets or sets whether or not the LowerBoundValue is included in the property range.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool LowerBoundInclusive { get; set; }
VB
Public Property LowerBoundInclusive As Boolean Get Set
C++
public: property bool LowerBoundInclusive { bool get (); void set (bool value); }