AddFloatingLine Method (Int32, Point3d)

Creates an AlignmentLine entity defined by a previous entity and a pass-through point.

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

Syntax

C#

public AlignmentLine AddFloatingLine(
	int previousEntityId,
	Point3d passThroughPoint
)

Visual Basic

Public Function AddFloatingLine ( _
	previousEntityId As Integer, _
	passThroughPoint As Point3d _
) As AlignmentLine

Visual C++

public:
AlignmentLine^ AddFloatingLine(
	int previousEntityId, 
	Point3d passThroughPoint
)

Parameters

previousEntityId
Type: System.Int32
Previous entity identifier.
passThroughPoint
Type: Point3d
Passthrough point of the line entity.

See Also