Share

PressurePipeNetwork.AddLinePipe Method

Adds a line pipe by using the geometry information of an input line.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId AddLinePipe(
	LineSegment3d line,
	PressurePartSize partSize
)

VB

Public Function AddLinePipe ( 
	line As LineSegment3d,
	partSize As PressurePartSize
) As ObjectId

C++

public:
ObjectId AddLinePipe(
	LineSegment3d^ line, 
	PressurePartSize^ partSize
)

Parameters

line  LineSegment3d
The line which supplies the geometry information.
partSize  PressurePartSize
The catalog part information used to create the pipe

Return Value

ObjectId

See Also

Reference

Was this information helpful?