UDPDoubleUpperBoundValue Property

Gets or sets the highest value allowed in the range.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double UpperBoundValue { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when:
Remarks
If UpperBoundInclusive is true, then this value is included in the range, otherwise it is not.
Example
1!ERROR: See log file!
See Also