Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and line length.
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, double tanLength, SpiralType spiralDefinition )
VB
Public Function AddFloatingLineWithSpiral ( attachEntityId As Integer, attachType As EntityAttachType, spParam As Double, spType As SpiralParamType, tanLength As Double, spiralDefinition As SpiralType ) As AlignmentSTS
C++
public: AlignmentSTS^ AddFloatingLineWithSpiral( int attachEntityId, EntityAttachType attachType, double spParam, SpiralParamType spType, double tanLength, 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 previous parameter-spParam's type.
- tanLength Double
- Length of line entity.
- spiralDefinition SpiralType
- Specifies the spiral definition type.