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


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

Parameters

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

Return Value

FlexPipe
See Also