UDPIntegerLowerBoundValue Property

Gets or sets the lowest value in the range.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int LowerBoundValue { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when:
Remarks
If LowerBoundInclusive is true, then this value is included in the range, otherwise it is not.
See Also