2027 Method
Changes 8
M

Rebar.IsCustomSpacingWithPredefinedNumberOfBars

Description:
Checks if the layout is defined as a Custom Spacing Layout with a predefined number of bars. Custom Spacing layout will have a predefined number of bars if the formula is fixed (not variable and without percentage members).
public bool IsCustomSpacingWithPredefinedNumberOfBars()
Boolean Returns true, if the Layout is Custom Spacing and it has a predefined number of bars(the formula is fixed). It will return false if the layout is other than Custom Spacing or if the formula is variable or has percentage members.