Share

AlignmentEntityCollection.AddFloatingLine(Point3d, Int32) Method

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



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

Syntax

C#

public AlignmentLine AddFloatingLine(
	Point3d passThroughPoint,
	int nextEntityId
)

VB

Public Function AddFloatingLine ( 
	passThroughPoint As Point3d,
	nextEntityId As Integer
) As AlignmentLine

C++

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

Parameters

passThroughPoint  Point3d
Passthrough point of the line entity.
nextEntityId  Int32
Next entity identifier.

Return Value

AlignmentLine

See Also

Reference

Was this information helpful?