AlignmentEntityCollectionAddFloatingLine(Point3d, Int32) Method |
Creates an AlignmentLine 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 AlignmentLine AddFloatingLine(
Point3d passThroughPoint,
int nextEntityId
)
Public Function AddFloatingLine (
passThroughPoint As Point3d,
nextEntityId As Integer
) As AlignmentLine
public:
AlignmentLine^ AddFloatingLine(
Point3d passThroughPoint,
int nextEntityId
)
Parameters
- passThroughPoint Point3d
- Passthrough point of the line entity.
- nextEntityId Int32
- Next entity identifier.
Return Value
AlignmentLine
See Also