AddFreeSymmetricParabolaByPVIAndK Method

Creates a free Symmetric Parabola constrained by a PVI and K value.

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

Syntax

C#

public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndK(
	ProfilePVI attachProfilePVI,
	double k
)

Visual Basic

Public Function AddFreeSymmetricParabolaByPVIAndK ( _
	attachProfilePVI As ProfilePVI, _
	k As Double _
) As ProfileParabolaSymmetric

Visual C++

public:
ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndK(
	ProfilePVI^ attachProfilePVI, 
	double k
)

Parameters

attachProfilePVI
Type: Autodesk.Civil.DatabaseServices.ProfilePVI
The PVI to attach to.
k
Type: System.Double
The K value.

Exceptions

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

See Also