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