Gets or sets the highest value allowed in the range.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public double UpperBoundValue { get; set; }
Visual Basic
Public Property UpperBoundValue As Double
Get
Set
Visual C++
public: property double UpperBoundValue { double get (); void set (double value); }
Remarks
If UpperBoundInclusive is true, then 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:
|