AddFloatingSymmetricParabolaByThroughPointAndRadius Method (UInt32, Point3d, Double, EntityAttachType)

Creates a floating Symmetric Parabola defined by an entity to attach to, a pass-through point and the radius value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileParabolaSymmetric AddFloatingSymmetricParabolaByThroughPointAndRadius(
	uint attachEntityId,
	Point3d passPoint,
	double radius,
	EntityAttachType attachType
)

Visual Basic

<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",  _
	False)> _
Public Function AddFloatingSymmetricParabolaByThroughPointAndRadius ( _
	attachEntityId As UInteger, _
	passPoint As Point3d, _
	radius As Double, _
	attachType As EntityAttachType _
) As ProfileParabolaSymmetric

Visual C++

public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileParabolaSymmetric^ AddFloatingSymmetricParabolaByThroughPointAndRadius(
	unsigned int attachEntityId, 
	Point3d passPoint, 
	double radius, 
	EntityAttachType attachType
)

Parameters

attachEntityId
Type: System.UInt32
The entity to attach to.
passPoint
Type: Point3d
The pass-through point.
radius
Type: System.Double
The radius
attachType
Type: Autodesk.Civil.DatabaseServices.EntityAttachType
Specifies whether you want to append or prepend the new entity.

See Also