AlignmentEntityCollectionAddFloatingCurve(Point3d, Int32) Method |
Creates an AlignmentArc entity defined by a next entity, and a pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFloatingCurve(
Point3d passThroughPoint,
int nextEntityId
)
Public Function AddFloatingCurve (
passThroughPoint As Point3d,
nextEntityId As Integer
) As AlignmentArc
public:
AlignmentArc^ AddFloatingCurve(
Point3d passThroughPoint,
int nextEntityId
)
Parameters
- passThroughPoint Point3d
- Pass-through point of the arc entity.
- nextEntityId Int32
- Next entity identifier.
Return Value
AlignmentArc
See Also