PressurePipeNetworkAddLinePipe 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.292
Syntax
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