Share

AlignmentEntityCollection.AddFixedLine(Point3d, Point3d) Method

Creates an AlignmentLine entity defined by a start point and an end point.



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

Syntax

C#

public AlignmentLine AddFixedLine(
	Point3d startPoint,
	Point3d endPoint
)

VB

Public Function AddFixedLine ( 
	startPoint As Point3d,
	endPoint As Point3d
) As AlignmentLine

C++

public:
AlignmentLine^ AddFixedLine(
	Point3d startPoint, 
	Point3d endPoint
)

Parameters

startPoint  Point3d
Start point of the line entity.
endPoint  Point3d
End point of the line entity.

Return Value

AlignmentLine

See Also

Reference

Was this information helpful?