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.DatabaseServicesAssembly: 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
)
<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",
false)>
Public Function AddFixedSymmetricParabolaByEntityEndAndThroughPoint (
attachEntityId As UInteger,
passPoint As Point3d
) As ProfileParabolaSymmetric
public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).",
false)]
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByEntityEndAndThroughPoint(
unsigned int attachEntityId,
Point3d passPoint
)
Parameters
- attachEntityId UInt32
- Id of the entity to attach to.
- passPoint Point3d
- The pass-through point.
Return Value
ProfileParabolaSymmetric
See Also