FabricAreaCreate(Document, Element, IListCurveLoop, XYZ, XYZ, 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 FabricArea Create(
	Document aDoc,
	Element hostElement,
	IList<CurveLoop> curveLoops,
	XYZ majorDirection,
	XYZ majorDirectionOrigin,
	ElementId fabricAreaTypeId,
	ElementId fabricSheetTypeId
)

Parameters

aDoc  Document
 
hostElement  Element
 
curveLoops  IListCurveLoop
 
majorDirection  XYZ
 
majorDirectionOrigin  XYZ
 
fabricAreaTypeId  ElementId
 
fabricSheetTypeId  ElementId
 

Return Value

FabricArea
See Also