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