Revit 2026 API
Rebar |
Gets the RebarSpliceGeometry collection which is the result of the splice by rules operation.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<RebarSpliceGeometry> GetSpliceGeometries()
Public Function GetSpliceGeometries As IList(Of RebarSpliceGeometry)
public: IList<RebarSpliceGeometry^>^ GetSpliceGeometries()
member GetSpliceGeometries : unit -> IList<RebarSpliceGeometry>
Return Value
IListRebarSpliceGeometryReturns the RebarSpliceGeometry collection which is the result of the splice by rules operation.
See Also