ProfileEntityCollectionAddFixedSymmetricParabolaByTwoPointsAndEndGrade(Point3d, Point3d, Double) Method |
Note: This API is now obsolete.
Creates a fixed Symmetric Parabola defined by 2 pass-through points and the grade at the end point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",
false)]
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByTwoPointsAndEndGrade(
Point3d point1,
Point3d point2,
double endGrade
)
<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",
false)>
Public Function AddFixedSymmetricParabolaByTwoPointsAndEndGrade (
point1 As Point3d,
point2 As Point3d,
endGrade As Double
) As ProfileParabolaSymmetric
public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).",
false)]
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByTwoPointsAndEndGrade(
Point3d point1,
Point3d point2,
double endGrade
)
Parameters
- point1 Point3d
- The first pass-through point.
- point2 Point3d
- The second pass-through point.
- endGrade Double
- The grade at the end point.
Return Value
ProfileParabolaSymmetric
See Also