Share

ProfileEntityCollection.AddFreeSymmetricParabolaByPVIAndThroughPoint(ProfilePVI, Point2d) Method

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.8.0.280

Syntax

C#

public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndThroughPoint(
	ProfilePVI attachProfilePVI,
	Point2d passPoint
)

VB

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

C++

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

Parameters

attachProfilePVI  ProfilePVI
The PVI to attach to.
passPoint  Point2d
The pass-through point.

Return Value

ProfileParabolaSymmetric

Exceptions

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

Remarks

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

See Also

Reference

Was this information helpful?