Identifies if a set has varying length bars or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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