Share

Rebar.HasVariableLengthBars Property

Identifies if a set has 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 HasVariableLengthBars { get; }

Property Value

Boolean

Remarks

This function internally compares the bar lengths, so to have an accurate result the document should be regenerated before calling it.

See Also

Reference

Was this information helpful?