ProfileEntityCollectionAddFixedSymmetricParabolaByTwoPointsAndEndGrade(Point2d, Point2d, Double) Method

Creates a fixed Symmetric Parabola defined by 2 pass-through points and the grade at the end point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByTwoPointsAndEndGrade(
	Point2d point1,
	Point2d point2,
	double endGrade
)

Parameters

point1  Point2d
The first pass-through point.
point2  Point2d
The second pass-through point.
endGrade  Double
The grade at the end point.

Return Value

ProfileParabolaSymmetric
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.
See Also