Revit 2026 API
Path |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static PathReinforcement Create( Document document, Element hostElement, IList<Curve> curveArray, bool flip, ElementId pathReinforcementTypeId, ElementId rebarBarTypeId, ElementId startRebarHookTypeId, ElementId endRebarHookTypeId )
Public Shared Function Create ( document As Document, hostElement As Element, curveArray As IList(Of Curve), flip As Boolean, pathReinforcementTypeId As ElementId, rebarBarTypeId As ElementId, startRebarHookTypeId As ElementId, endRebarHookTypeId As ElementId ) As PathReinforcement
public: static PathReinforcement^ Create( Document^ document, Element^ hostElement, IList<Curve^>^ curveArray, bool flip, ElementId^ pathReinforcementTypeId, ElementId^ rebarBarTypeId, ElementId^ startRebarHookTypeId, ElementId^ endRebarHookTypeId )
static member Create : document : Document * hostElement : Element * curveArray : IList<Curve> * flip : bool * pathReinforcementTypeId : ElementId * rebarBarTypeId : ElementId * startRebarHookTypeId : ElementId * endRebarHookTypeId : ElementId -> PathReinforcement
Parameters
- document Document
- hostElement Element
- curveArray IListCurve
- flip Boolean
- pathReinforcementTypeId ElementId
- rebarBarTypeId ElementId
- startRebarHookTypeId ElementId
- endRebarHookTypeId ElementId
Return Value
PathReinforcementSee Also