Share

Rebar.CanHaveVaryingLengthBars Property

Identifies if a set can have varying length bars or not.


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

Syntax

C#

public bool CanHaveVaryingLengthBars { get; }

Property Value

Boolean

Remarks

This property is true if:

For free form rebar this will always be true.

  • This is a free form rebar.
  • This is a shape driven rebar for which the property Autodesk.Revit.DB.Structure.RebarShapeDrivenAccessor.UseRebarConstraintsToProduceVaryingBars is true.
  • This is a shape driven rebar which has a splice stagger length different then 0 at least at one of the bar's ends.
Otherwise, is false.

See Also

Reference

Was this information helpful?