Creates an AlignmentArc entity defined by a previous entity, and a pass-through point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentArc AddFloatingCurve( int previousEntityId, Point3d passThroughPoint )
VB
Public Function AddFloatingCurve ( previousEntityId As Integer, passThroughPoint As Point3d ) As AlignmentArc
C++
public: AlignmentArc^ AddFloatingCurve( int previousEntityId, Point3d passThroughPoint )
Parameters
- previousEntityId Int32
- Previous entity identifier.
- passThroughPoint Point3d
- Pass-through point of the arc entity.