Creates a free Asymmetric Parabola constrained by a PVI and 2 parabola lengths.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ProfileParabolaAsymmetric AddFreeAsymmetricParabolaByPVIAndLengths(
	ProfilePVI attachProfilePVI,
	double length1,
	double length2
)
Visual Basic
Public Function AddFreeAsymmetricParabolaByPVIAndLengths ( _
	attachProfilePVI As ProfilePVI, _
	length1 As Double, _
	length2 As Double _
) As ProfileParabolaAsymmetric
Visual C++
public:
ProfileParabolaAsymmetric^ AddFreeAsymmetricParabolaByPVIAndLengths(
	ProfilePVI^ attachProfilePVI, 
	double length1, 
	double length2
)

Parameters

attachProfilePVI
Type: Autodesk.Civil.DatabaseServices..::..ProfilePVI
The PVI to attach to.
length1
Type: System..::..Double
The length of the parabola in.
length2
Type: System..::..Double
The length of the parabola out.

Exceptions

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

See Also