Revit 2025.3 API
Rebar |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ISet<ElementId> AlignByHost( Document doc, IList<Rebar> sourceRebars, Element destinationHost )
Public Shared Function AlignByHost ( doc As Document, sourceRebars As IList(Of Rebar), destinationHost As Element ) As ISet(Of ElementId)
public: static ISet<ElementId^>^ AlignByHost( Document^ doc, IList<Rebar^>^ sourceRebars, Element^ destinationHost )
static member AlignByHost : doc : Document * sourceRebars : IList<Rebar> * destinationHost : Element -> ISet<ElementId>
Parameters
Return Value
ISetElementIdSee Also