Gets or sets the highest value allowed in the range.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public int UpperBoundValue { get; set; } |
| Visual Basic |
|---|
Public Property UpperBoundValue As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int UpperBoundValue {
int get ();
void set (int value);
} |
Remarks
Examples
CopyC#
CopyVB.NET
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when:
- UpperBoundValue is less than the DefaultValue when UseDefaultValue is true.
- UpperBoundValue is less than the LowerBoundValue when UseDefaultValue is false.
|
See Also