AddFloatingCurve Method (Int32, Point3d, Vector3d)

Creates an AlignmentArc entity defined by a previous entity, a pass-through point, and the direction at the pass-through point.

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

Syntax

C#

public AlignmentArc AddFloatingCurve(
	int previousEntityId,
	Point3d passThroughPoint,
	Vector3d directionAtPassThroughPoint
)

Visual Basic

Public Function AddFloatingCurve ( _
	previousEntityId As Integer, _
	passThroughPoint As Point3d, _
	directionAtPassThroughPoint As Vector3d _
) As AlignmentArc

Visual C++

public:
AlignmentArc^ AddFloatingCurve(
	int previousEntityId, 
	Point3d passThroughPoint, 
	Vector3d directionAtPassThroughPoint
)

Parameters

previousEntityId
Type: System.Int32
Previous entity identifier.
passThroughPoint
Type: Point3d
Pass-through point of arc entity.
directionAtPassThroughPoint
Type: Vector3d
Direction at the pass-through point.

See Also