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#
[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	uint attachEntityId,
	Point3d passPoint
)
Visual Basic
<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",  _
	False)> _
Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint ( _
	attachEntityId As UInteger, _
	passPoint As Point3d _
) As ProfileParabolaSymmetric
Visual C++
public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	unsigned int attachEntityId, 
	Point3d passPoint
)

Parameters

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

See Also