Share

ProfileEntityCollection.AddFreeSymmetricParabolaByPVIAndThroughPoint(ProfilePVI, Point3d) Method

Note: This API is now obsolete.

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#

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

VB

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

C++

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

Parameters

attachProfilePVI  ProfilePVI
The PVI to attach to.
passPoint  Point3d
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.

See Also

Reference

Was this information helpful?