Share

ProfileEntityCollection.AddFixedSymmetricParabolaByTwoPointsAndK(Point3d, Point3d, VerticalCurveType, Double) Method

Note: This API is now obsolete.

Creates a fixed Symmetric Parabola defined by 2 pass-through points and K value.



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 AddFixedSymmetricParabolaByTwoPointsAndK(
	Point3d point1,
	Point3d point2,
	VerticalCurveType curveType,
	double k
)

VB

<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)>
Public Function AddFixedSymmetricParabolaByTwoPointsAndK ( 
	point1 As Point3d,
	point2 As Point3d,
	curveType As VerticalCurveType,
	k As Double
) As ProfileParabolaSymmetric

C++

public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByTwoPointsAndK(
	Point3d point1, 
	Point3d point2, 
	VerticalCurveType curveType, 
	double k
)

Parameters

point1  Point3d
The first pass-through point.
point2  Point3d
The second pass-through point.
curveType  VerticalCurveType
Specifies the vertical curve type, crest or sag.
k  Double
The K value.

Return Value

ProfileParabolaSymmetric

See Also

Reference

Was this information helpful?