FlexPipe.Create(Document, ElementId, ElementId, ElementId, XYZ, XYZ, IList<XYZ>) Method

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
)
Public Shared Function Create ( 
	document As Document,
	systemTypeId As ElementId,
	pipeTypeId As ElementId,
	levelId As ElementId,
	startTangent As XYZ,
	endTangent As XYZ,
	points As IList(Of XYZ)
) As FlexPipe
public:
static FlexPipe^ Create(
	Document^ document, 
	ElementId^ systemTypeId, 
	ElementId^ pipeTypeId, 
	ElementId^ levelId, 
	XYZ^ startTangent, 
	XYZ^ endTangent, 
	IList<XYZ^>^ points
)
static member Create : 
        document : Document * 
        systemTypeId : ElementId * 
        pipeTypeId : ElementId * 
        levelId : ElementId * 
        startTangent : XYZ * 
        endTangent : XYZ * 
        points : IList<XYZ> -> FlexPipe 

Parameters

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

Return Value

FlexPipe
See Also