Revit 2025.3 API
Rebar |
Identifies the splice line position.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarSplicePosition SplicePosition { get; set; }
Public Property SplicePosition As RebarSplicePosition Get Set
public: property RebarSplicePosition SplicePosition { RebarSplicePosition get (); void set (RebarSplicePosition value); }
member SplicePosition : RebarSplicePosition with get, set
Property Value
RebarSplicePosition| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also