Creates a free Symmetric Parabola constrained by a PVI and curve length.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..InvalidOperationException Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile.

See Also