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#
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint( uint attachEntityId, Point2d passPoint )
VB
Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint ( attachEntityId As UInteger, passPoint As Point2d ) As ProfileParabolaSymmetric
C++
public: ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint( unsigned int attachEntityId, Point2d passPoint )
Parameters
- attachEntityId UInt32
- Id of the entity to attach to.
- passPoint Point2d
- The pass-through point.