AddFreeCurve Method (Int32, Int32, Point3d)

Creates a free (dependent on two other subentities) AlignmentArc entity defined by a previous entity, a next entity, and a pass-through point.

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

Syntax

C#

public AlignmentArc AddFreeCurve(
	int previousEntityId,
	int nextEntityId,
	Point3d passThroughPoint
)

Visual Basic

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

Visual C++

public:
AlignmentArc^ AddFreeCurve(
	int previousEntityId, 
	int nextEntityId, 
	Point3d passThroughPoint
)

Parameters

previousEntityId
Type: System.Int32
Previous entity identifier.
nextEntityId
Type: System.Int32
Next entity identifier.
passThroughPoint
Type: Point3d
Passthrough point of the AlignmentArc entity.

See Also