RebarSpliceRules.SetMaximumAndMinimumBarLength
Method
Description:
Sets the maximum and minimum bar length.
Sets the maximum and minimum bar length.
Syntax
public void SetMaximumAndMinimumBarLength(
double maximumBarLength,
double minimumBarLength
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| maximumBarLength | Double | The maximum bar length. |
| minimumBarLength | Double | The minimum bar length. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The maximum bar length should be greater or almost equal to the minimum bar length. |
| ArgumentOutOfRangeException | The given value for minimumBarLength must be between 0 and 30000 feet. |