AttributeTypeInfoIntUpperBoundValue Property

Gets or sets the highest value allowed 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:
  • UpperBoundValue is less than the DefaultValue when UseDefaultValue is true.
  • UpperBoundValue is less than the LowerBoundValue when UseDefaultValue is false.
Remarks
If UpperBoundInclusive is true, this value is included in the range, otherwise it is not.
Example
1!ERROR: See log file!
See Also