RVTDocs.com

Rebar.CanHaveVaryingLengthBars

Property
Description:
Identifies if a set can have varying length bars or not.
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.
Syntax
public bool CanHaveVaryingLengthBars { get; }