AddFreeSymmetricParabolaByPVIAndThroughPoint Method (ProfilePVI, Point3d)

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

Syntax

C#

[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndThroughPoint(
	ProfilePVI attachProfilePVI,
	Point3d passPoint
)

Visual Basic

<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",  _
	False)> _
Public Function AddFreeSymmetricParabolaByPVIAndThroughPoint ( _
	attachProfilePVI As ProfilePVI, _
	passPoint As Point3d _
) As ProfileParabolaSymmetric

Visual C++

public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndThroughPoint(
	ProfilePVI^ attachProfilePVI, 
	Point3d passPoint
)

Parameters

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

Exceptions

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

See Also