ReinforcementSettingsNumberingMethod Property |
Identifies the type of the numbering method.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ReinforcementNumberingMethod NumberingMethod { get; set; }
Public Property NumberingMethod As ReinforcementNumberingMethod
Get
Set
public:
property ReinforcementNumberingMethod NumberingMethod {
ReinforcementNumberingMethod get ();
void set (ReinforcementNumberingMethod value);
}
member NumberingMethod : ReinforcementNumberingMethod with get, set
Property Value
ReinforcementNumberingMethod
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
Remarks
This property can be used to modify the way that rebar sets with varying length bars are numbered.
See Also