Note: This API is now obsolete.
Creates a fixed Symmetric Parabola defined by the entity to attach to and 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 AddFixedSymmetricParabolaByEntityEndAndThroughPoint( uint attachEntityId, Point3d passPoint )
VB
<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", false)> Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint ( attachEntityId As UInteger, passPoint As Point3d ) As ProfileParabolaSymmetric
C++
public: [ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", false)] ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint( unsigned int attachEntityId, Point3d passPoint )
Parameters
- attachEntityId UInt32
- Id of the entity to attach to.
- passPoint Point3d
- The pass-through point.