ProfileEntityCollectionAddFixedSymmetricParabolaByEntityEndAndThroughPoint(UInt32, Point2d) Method |
Creates a fixed Symmetric Parabola defined by the entity to attach to and pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
uint attachEntityId,
Point2d passPoint
)
Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint (
attachEntityId As UInteger,
passPoint As Point2d
) As ProfileParabolaSymmetric
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