PressurePipeNetworkAddLinePipe Method |
Adds a line pipe by using the geometry information of an input line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AddLinePipe(
LineSegment3d line,
PressurePartSize partSize
)
Public Function AddLinePipe (
line As LineSegment3d,
partSize As PressurePartSize
) As ObjectId
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