Share

UDPDouble.LowerBoundValue Property

Gets or sets the lowest value allowed in the range.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double LowerBoundValue { get; set; }

VB

Public Property LowerBoundValue As Double
	Get
	Set

C++

public:
property double LowerBoundValue {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when:

Remarks

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

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?