Creates a free Symmetric Parabola constrained by a PVI and K value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndK( ProfilePVI attachProfilePVI, double k )
VB
Public Function AddFreeSymmetricParabolaByPVIAndK ( attachProfilePVI As ProfilePVI, k As Double ) As ProfileParabolaSymmetric
C++
public: ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndK( ProfilePVI^ attachProfilePVI, double k )
Parameters
- attachProfilePVI ProfilePVI
- The PVI to attach to.
- k Double
- The K value.
Return Value
ProfileParabolaSymmetricExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile. |