Creates an AlignmentLine entity defined by a previous entity (to which it is tangent) and a length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public AlignmentLine AddFloatingLine(
int previousEntityId,
double length
) |
Visual Basic |
---|
Public Function AddFloatingLine ( _
previousEntityId As Integer, _
length As Double _
) As AlignmentLine |
Visual C++ |
---|
public:
AlignmentLine^ AddFloatingLine(
int previousEntityId,
double length
) |
Parameters
- previousEntityId
- Type: System..::..Int32
Previous entity identifier.
- length
- Type: System..::..Double
Length of the line entity.
See Also