Creates an AlignmentLine entity defined by a start point and an end point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public AlignmentLine AddFixedLine( Point3d startPoint, Point3d endPoint )
Visual Basic
Public Function AddFixedLine ( _ startPoint As Point3d, _ endPoint As Point3d _ ) As AlignmentLine
Visual C++
public: AlignmentLine^ AddFixedLine( Point3d startPoint, Point3d endPoint )
Parameters
- startPoint
- Type: Point3d
Start point of the line entity.
- endPoint
- Type: Point3d
End point of the line entity.