Adds a vertical bend by PVI to pipe run profile with specified station and elevation. If there is no PVI at specified station and elevation, will add a new PVI to pipe run profile.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId AddVerticalBendByPVI( double station, double elevation )
VB
Public Function AddVerticalBendByPVI ( station As Double, elevation As Double ) As ObjectId
C++
public: ObjectId AddVerticalBendByPVI( double station, double elevation )
Parameters
- station Double
- Station value of the PVI.
- elevation Double
- Elevation value of the PVI.
Return Value
ObjectIdThe object id of the newly added vertical bend.