FabricArea.Create(Document, Element, IList<CurveLoop>, XYZ, XYZ, ElementId, ElementId) Method

FabricAreaCreate(Document, Element, IListCurveLoop, XYZ, XYZ, ElementId, ElementId) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static FabricArea Create(
	Document aDoc,
	Element hostElement,
	IList<CurveLoop> curveLoops,
	XYZ majorDirection,
	XYZ majorDirectionOrigin,
	ElementId fabricAreaTypeId,
	ElementId fabricSheetTypeId
)
Public Shared Function Create ( 
	aDoc As Document,
	hostElement As Element,
	curveLoops As IList(Of CurveLoop),
	majorDirection As XYZ,
	majorDirectionOrigin As XYZ,
	fabricAreaTypeId As ElementId,
	fabricSheetTypeId As ElementId
) As FabricArea
public:
static FabricArea^ Create(
	Document^ aDoc, 
	Element^ hostElement, 
	IList<CurveLoop^>^ curveLoops, 
	XYZ^ majorDirection, 
	XYZ^ majorDirectionOrigin, 
	ElementId^ fabricAreaTypeId, 
	ElementId^ fabricSheetTypeId
)
static member Create : 
        aDoc : Document * 
        hostElement : Element * 
        curveLoops : IList<CurveLoop> * 
        majorDirection : XYZ * 
        majorDirectionOrigin : XYZ * 
        fabricAreaTypeId : ElementId * 
        fabricSheetTypeId : ElementId -> FabricArea 

Parameters

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

Return Value

FabricArea
See Also