Gets or sets the highest value in the range.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

If UpperBoundInclusive is true, then this value is included in the range, otherwise it is not.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when:

See Also