Creates a new instance of RebarSpliceRules with the default options.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static RebarSpliceRules Create( Document document )
Parameters
- document Document
- A document. The units in this document will be used to initialize default values.
Return Value
RebarSpliceRulesReturns an instance of RebarSpliceRules with the default options.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
