PressurePipeNetworkAddCurvePipe(PipeCurveGeometry, PressurePartSize) Method |
Adds a curve pipe by using the geometry information.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AddCurvePipe(
PipeCurveGeometry curveGeometry,
PressurePartSize partSize
)
Public Function AddCurvePipe (
curveGeometry As PipeCurveGeometry,
partSize As PressurePartSize
) As ObjectId
public:
ObjectId AddCurvePipe(
PipeCurveGeometry^ curveGeometry,
PressurePartSize^ partSize
)
Parameters
- curveGeometry PipeCurveGeometry
- The pipe curveGeometry object which supplies the geometry information.
- partSize PressurePartSize
- The catalog part information used to create the pipe
Return Value
ObjectId
See Also