AddFloatingCurve Method (Int32, Point3d)

Creates an AlignmentArc entity defined by a previous entity, and a 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
)

Visual Basic

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

Visual C++

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

Parameters

previousEntityId
Type: System.Int32
Previous entity identifier.
passThroughPoint
Type: Point3d
Pass-through point of the arc entity.

See Also