AreaReinforcementCreate(Document, Element, IListCurve, XYZ, ElementId, ElementId, ElementId) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static AreaReinforcement Create(
	Document document,
	Element hostElement,
	IList<Curve> curveArray,
	XYZ majorDirection,
	ElementId areaReinforcementTypeId,
	ElementId rebarBarTypeId,
	ElementId rebarHookTypeId
)

Parameters

document  Document
 
hostElement  Element
 
curveArray  IListCurve
 
majorDirection  XYZ
 
areaReinforcementTypeId  ElementId
 
rebarBarTypeId  ElementId
 
rebarHookTypeId  ElementId
 

Return Value

AreaReinforcement
See Also