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