UDPIntegerUpperBoundValue Property

Gets or sets the highest value in the range.

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

Property Value

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