Gets or sets the highest value allowed in the range.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int UpperBoundValue { get; set; }
VB
Public Property UpperBoundValue As Integer Get Set
C++
public: property int UpperBoundValue { int get (); void set (int value); }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|
Remarks
If UpperBoundInclusive is true, this value is included in the range, otherwise it is not.Example
C#
1!ERROR: See log file!
VB
1!ERROR: See log file!