Creates an AlignmentArc entity defined by a next entity, and a pass-through point.

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

Syntax

C#
public AlignmentArc AddFloatingCurve(
	Point3d passThroughPoint,
	int nextEntityId
)
Visual Basic
Public Function AddFloatingCurve ( _
	passThroughPoint As Point3d, _
	nextEntityId As Integer _
) As AlignmentArc
Visual C++
public:
AlignmentArc^ AddFloatingCurve(
	Point3d passThroughPoint, 
	int nextEntityId
)

Parameters

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

See Also