Share

ProfileEntityCollection.AddFixedSymmetricParabolaByEntityEndAndThroughPoint(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.280

Syntax

C#

public ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	uint attachEntityId,
	Point2d passPoint
)

VB

Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint ( 
	attachEntityId As UInteger,
	passPoint As Point2d
) As ProfileParabolaSymmetric

C++

public:
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
	unsigned int 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

Reference

Was this information helpful?