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