PipeSegment.Create Method

PipeSegmentCreate Method


Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static PipeSegment Create(
	Document ADocument,
	ElementId MaterialId,
	ElementId ScheduleId,
	ICollection<MEPSize> sizeSet
)
Public Shared Function Create ( 
	ADocument As Document,
	MaterialId As ElementId,
	ScheduleId As ElementId,
	sizeSet As ICollection(Of MEPSize)
) As PipeSegment
public:
static PipeSegment^ Create(
	Document^ ADocument, 
	ElementId^ MaterialId, 
	ElementId^ ScheduleId, 
	ICollection<MEPSize^>^ sizeSet
)
static member Create : 
        ADocument : Document * 
        MaterialId : ElementId * 
        ScheduleId : ElementId * 
        sizeSet : ICollection<MEPSize> -> PipeSegment 

Parameters

ADocument  Document
 
MaterialId  ElementId
 
ScheduleId  ElementId
 
sizeSet  ICollectionMEPSize
 

Return Value

PipeSegment
See Also