ProfileEntityCollectionAddFreeAsymmetricParabolaByPVIAndLengths Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileParabolaAsymmetric AddFreeAsymmetricParabolaByPVIAndLengths(
	ProfilePVI attachProfilePVI,
	double length1,
	double length2
)

Parameters

attachProfilePVI  ProfilePVI
The PVI to attach to.
length1  Double
The length of the parabola in.
length2  Double
The length of the parabola out.

Return Value

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