Gets or sets the highest value 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:
|