Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and pass-through point for the line.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSTS AddFloatingLineWithSpiral( int attachEntityId, EntityAttachType attachType, double spParam, SpiralParamType spType, Point3d passThroughPoint, SpiralType spiralDefinition )
VB
Public Function AddFloatingLineWithSpiral ( attachEntityId As Integer, attachType As EntityAttachType, spParam As Double, spType As SpiralParamType, passThroughPoint As Point3d, spiralDefinition As SpiralType ) As AlignmentSTS
C++
public: AlignmentSTS^ AddFloatingLineWithSpiral( int attachEntityId, EntityAttachType attachType, double spParam, SpiralParamType spType, Point3d passThroughPoint, SpiralType spiralDefinition )
Parameters
- attachEntityId Int32
- Previous or next entity identifer.
- attachType EntityAttachType
- Specifies whehther attachEntityId is the previous or next entity.
- spParam Double
- Spiral parameter (length or A-value).
- spType SpiralParamType
- Specifies the spParam parameter's type.
- passThroughPoint Point3d
- Pass-through point of the arc entity.
- spiralDefinition SpiralType
- Specifies the spiral definition type.