Share

AttributeTypeInfoInt.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 int LowerBoundValue { get; set; }

VB

Public Property LowerBoundValue As Integer
	Get
	Set

C++

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

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  • LowerBoundValue is greater than the DefaultValue when UseDefaultValue is true.
  • LowerBoundValue is greater than the UpperBoundValue when UseDefaultValue is false.

Remarks

If LowerBoundInclusive 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!

See Also

Reference

Was this information helpful?