Gets or sets the lowest value allowed in the range.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int LowerBoundValue { get; set; }Visual Basic
Public Property LowerBoundValue As Integer
Get
SetVisual C++
public: property int LowerBoundValue { int get (); void set (int value); }
Remarks
If LowerBoundInclusive is true, this value is included in the range, otherwise it is not.
Examples
1!ERROR: See log file!1!ERROR: See log file!
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException |
Thrown when:
|