AlignmentEntityCollectionAddFloatingCurve(Point3d, Vector3d, Int32) Method

Creates an AlignmentArc entity defined by a next entity, a pass-through point, and the direction at the pass-through point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentArc AddFloatingCurve(
	Point3d passThroughPoint,
	Vector3d directionAtPassThroughPoint,
	int nextEntityId
)

Parameters

passThroughPoint  Point3d
pass-through point of arc entity.
directionAtPassThroughPoint  Vector3d
Direction at pass-through point.
nextEntityId  Int32
Next entity identifier.

Return Value

AlignmentArc
See Also