Creates a free Symmetric Parabola constrained by a PVI and curve length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndCurveLength( ProfilePVI attachProfilePVI, double curveLength )
Visual Basic
Public Function AddFreeSymmetricParabolaByPVIAndCurveLength ( _ attachProfilePVI As ProfilePVI, _ curveLength As Double _ ) As ProfileParabolaSymmetric
Visual C++
public: ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndCurveLength( ProfilePVI^ attachProfilePVI, double curveLength )
Parameters
- attachProfilePVI
- Type: Autodesk.Civil.DatabaseServices.ProfilePVI
The PVI to attach to.
- curveLength
- Type: System.Double
The curve length.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile. |