Revit 2025 API
Reinforcement |
A unique identifier used for a bar within a variable length rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string RebarVaryingLengthNumberSuffix { get; set; }
Public Property RebarVaryingLengthNumberSuffix As String Get Set
public: property String^ RebarVaryingLengthNumberSuffix { String^ get (); void set (String^ value); }
member RebarVaryingLengthNumberSuffix : string with get, set
Property Value
String
Exception | Condition |
---|---|
ArgumentException |
When setting this property: The rebar number suffix is not valid if :
|
ArgumentNullException | When setting this property: A non-optional argument was null |

This property is assigned to rebar sets with varying length bars only if they are numbered as a whole (i.e. NumberVaryingLengthRebarsIndividually is set to false).
The values for this property are valid if :- Input contains at least one character.
- Input contains either alphabetical or numeric characters (not both).
- For alphabetic suffix : Aaz -> Aba -> Abb.
- For numeric suffix : 129 -> 130 -> 131.
See Also