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