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.4.2516.0

Syntax

C#
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	uint attachEntityId,
	Point2d passPoint
)
Visual Basic
Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint ( _
	attachEntityId As UInteger, _
	passPoint As Point2d _
) As ProfileParabolaSymmetric
Visual C++
public:
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	unsigned int attachEntityId, 
	Point2d passPoint
)

Parameters

attachEntityId
Type: System..::..UInt32
Id of the entity to attach to.
passPoint
Type: Point2d
The pass-through point.

Remarks

Point2d.X and Point2d.Y are the profile's station and elevation respectively.

See Also