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.8.0.280
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); }