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

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

Syntax

C#
public ObjectId AddLinePipe(
	LineSegment3d line,
	PressurePartSize partSize
)
Visual Basic
Public Function AddLinePipe ( _
	line As LineSegment3d, _
	partSize As PressurePartSize _
) As ObjectId
Visual C++
public:
ObjectId AddLinePipe(
	LineSegment3d^ line, 
	PressurePartSize^ partSize
)

Parameters

line
Type: LineSegment3d
The line which supplies the geometry information.
partSize
Type: Autodesk.Civil.DatabaseServices.Styles..::..PressurePartSize
The catalog part information used to create the pipe

See Also