Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaSymmetric to the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfilePVI AddPVISymParabola( double station, double elevation, double curveLength )
VB
Public Function AddPVISymParabola ( station As Double, elevation As Double, curveLength As Double ) As ProfilePVI
C++
public: ProfilePVI^ AddPVISymParabola( double station, double elevation, double curveLength )
Parameters
- station Double
- The station value for the new PVI.
- elevation Double
- The elevation value for the new PVI.
- curveLength Double
- The lentgh value of the Arc for the new PVI.
Return Value
ProfilePVIExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|