AddFreeSymmetricParabolaByPVIAndThroughPoint Method (ProfilePVI, Point2d)

Creates a free Symmetric Parabola constrained by a PVI and a pass-through point.

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

Syntax

C#

public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndThroughPoint(
	ProfilePVI attachProfilePVI,
	Point2d passPoint
)

Visual Basic

Public Function AddFreeSymmetricParabolaByPVIAndThroughPoint ( _
	attachProfilePVI As ProfilePVI, _
	passPoint As Point2d _
) As ProfileParabolaSymmetric

Visual C++

public:
ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndThroughPoint(
	ProfilePVI^ attachProfilePVI, 
	Point2d passPoint
)

Parameters

attachProfilePVI
Type: Autodesk.Civil.DatabaseServices.ProfilePVI
The PVI to attach to.
passPoint
Type: Point2d
The pass-through point.

Remarks

Point2d.X and Point2d.Y are the profile's station and elevation respectively.

Exceptions

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

See Also