Revit 2025 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: 25.0.0.0 (25.0.0.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