AreaReinforcementCreate(Document, Element, IListCurve, XYZ, ElementId, ElementId, ElementId) Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static AreaReinforcement Create(
Document document,
Element hostElement,
IList<Curve> curveArray,
XYZ majorDirection,
ElementId areaReinforcementTypeId,
ElementId rebarBarTypeId,
ElementId rebarHookTypeId
)
Public Shared Function Create (
document As Document,
hostElement As Element,
curveArray As IList(Of Curve),
majorDirection As XYZ,
areaReinforcementTypeId As ElementId,
rebarBarTypeId As ElementId,
rebarHookTypeId As ElementId
) As AreaReinforcement
public:
static AreaReinforcement^ Create(
Document^ document,
Element^ hostElement,
IList<Curve^>^ curveArray,
XYZ^ majorDirection,
ElementId^ areaReinforcementTypeId,
ElementId^ rebarBarTypeId,
ElementId^ rebarHookTypeId
)
static member Create :
document : Document *
hostElement : Element *
curveArray : IList<Curve> *
majorDirection : XYZ *
areaReinforcementTypeId : ElementId *
rebarBarTypeId : ElementId *
rebarHookTypeId : ElementId -> AreaReinforcement
Parameters
- document Document
-
- hostElement Element
-
- curveArray IListCurve
-
- majorDirection XYZ
-
- areaReinforcementTypeId ElementId
-
- rebarBarTypeId ElementId
-
- rebarHookTypeId ElementId
-
Return Value
AreaReinforcement
See Also