ProfileEntityCollectionAddFixedSymmetricParabolaByEntityEndAndThroughPoint(UInt32, Point2d) Method

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
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	uint attachEntityId,
	Point2d passPoint
)

Parameters

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

Return Value

ProfileParabolaSymmetric
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.
See Also