AlignmentEntityCollectionAddFloatingLine(Int32, Point3d) Method |
Creates an AlignmentLine entity defined by a previous entity and a pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentLine AddFloatingLine(
int previousEntityId,
Point3d passThroughPoint
)
Public Function AddFloatingLine (
previousEntityId As Integer,
passThroughPoint As Point3d
) As AlignmentLine
public:
AlignmentLine^ AddFloatingLine(
int previousEntityId,
Point3d passThroughPoint
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- passThroughPoint Point3d
- Passthrough point of the line entity.
Return Value
AlignmentLine
See Also