AttributeTypeInfoIntLowerBoundValue Property

Gets or sets the lowest value allowed 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:
  • 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
1!ERROR: See log file!
See Also