Creates an AlignmentLine entity defined by a next entity and a pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public AlignmentLine AddFloatingLine(
Point3d passThroughPoint,
int nextEntityId
) |
Visual Basic |
---|
Public Function AddFloatingLine ( _
passThroughPoint As Point3d, _
nextEntityId As Integer _
) As AlignmentLine |
Visual C++ |
---|
public:
AlignmentLine^ AddFloatingLine(
Point3d passThroughPoint,
int nextEntityId
) |
Parameters
- passThroughPoint
- Type: Point3d
Passthrough point of the line entity.
- nextEntityId
- Type: System..::..Int32
Next entity identifier.
See Also