Share

RebarSpliceRules.SetMaximumAndMinimumBarLength Method

Sets the maximum and minimum bar length.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetMaximumAndMinimumBarLength(
	double maximumBarLength,
	double minimumBarLength
)

Parameters

maximumBarLength  Double
The maximum bar length.
minimumBarLength  Double
The minimum bar length.

Exceptions

ExceptionCondition
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.

See Also

Reference

Was this information helpful?