ProfileEntityCollectionAddFixedSymmetricParabolaByEntityEndAndThroughPoint(UInt32, Point3d) Method

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.292
Syntax
[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	uint attachEntityId,
	Point3d passPoint
)

Parameters

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

Return Value

ProfileParabolaSymmetric
See Also