<Code Lib>
2020 Method
Changes 0
M

AreaReinforcement.Create(Document, Element, XYZ, ElementId, ElementId, ElementId)

Description:
Creates a new AreaReinforcement object based on a host boundary.
Overloads (2):
Create(Document,Element,XYZ,ElementId,ElementId,ElementId)

public static AreaReinforcement Create(
	Document document,
	Element hostElement,
	XYZ majorDirection,
	ElementId areaReinforcementTypeId,
	ElementId rebarBarTypeId,
	ElementId rebarHookTypeId
)

Return Value AreaReinforcement The newly created AreaReinforcement.

Loading…