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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFloatingCurve(
Point3d passThroughPoint,
Vector3d directionAtPassThroughPoint,
int nextEntityId
)
Public Function AddFloatingCurve (
passThroughPoint As Point3d,
directionAtPassThroughPoint As Vector3d,
nextEntityId As Integer
) As AlignmentArc
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