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