FlexDuctCreate(Document, ElementId, ElementId, ElementId, XYZ, XYZ, IListXYZ) Method


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static FlexDuct Create(
	Document document,
	ElementId systemTypeId,
	ElementId ductTypeId,
	ElementId levelId,
	XYZ startTangent,
	XYZ endTangent,
	IList<XYZ> points
)

Parameters

document  Document
 
systemTypeId  ElementId
 
ductTypeId  ElementId
 
levelId  ElementId
 
startTangent  XYZ
 
endTangent  XYZ
 
points  IListXYZ
 

Return Value

FlexDuct
See Also