Share

RebarSpliceRules.MaximumBarLength Property

Identifies the maximum bar length. The default value is 12 meters if the document units are in Metric System, or 40 feet if the units are in Imperial System.


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

Syntax

C#

public double MaximumBarLength { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: The maximum bar length should be greater or almost equal to the minimum bar length.

See Also

Reference

Was this information helpful?