Adds an Autodesk.Civil.DatabaseServices.ProfilePVI with a type of ProfileEntityType.ParabolaSymmetric to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public ProfilePVI AddPVISymParabola( double station, double elevation, double curveLength )
Visual Basic
Public Function AddPVISymParabola ( _ station As Double, _ elevation As Double, _ curveLength As Double _ ) As ProfilePVI
Visual C++
public: ProfilePVI^ AddPVISymParabola( double station, double elevation, double curveLength )
Parameters
- station
- Type: System.Double
The station value for the new PVI.
- elevation
- Type: System.Double
The elevation value for the new PVI.
- curveLength
- Type: System.Double
The lentgh value of the Arc for the new PVI.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|