Removes a vertical bend by removing a PVI from pipe run profile with specified station and elevation.

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

Syntax

C#
public void RemoveVerticalBendByPVI(
	double station,
	double elevation
)
Visual Basic
Public Sub RemoveVerticalBendByPVI ( _
	station As Double, _
	elevation As Double _
)
Visual C++
public:
void RemoveVerticalBendByPVI(
	double station, 
	double elevation
)

Parameters

station
Type: System..::..Double
Station value of the PVI.
elevation
Type: System..::..Double
Elevation value of the PVI.

Remarks

The PVI on specified station and elevation with the nearby vertical bend are removed, the two connected pipes of vertical bend are merged into one.

See Also