Creates a floating Symmetric Parabola defined by an entity to attach to, a pass-through point and the grade value at the end point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileParabolaSymmetric AddFloatingSymmetricParabolaByThroughPointAndGrade( uint attachEntityId, Point2d passPoint, double grade, EntityAttachType attachType )
VB
Public Function AddFloatingSymmetricParabolaByThroughPointAndGrade ( attachEntityId As UInteger, passPoint As Point2d, grade As Double, attachType As EntityAttachType ) As ProfileParabolaSymmetric
C++
public: ProfileParabolaSymmetric^ AddFloatingSymmetricParabolaByThroughPointAndGrade( unsigned int attachEntityId, Point2d passPoint, double grade, EntityAttachType attachType )
Parameters
- attachEntityId UInt32
- The entity to attach to.
- passPoint Point2d
- The pass-through point.
- grade Double
- The grade value at the end point.
- attachType EntityAttachType
- Specifies whether you want to append or prepend the new entity.