Adds an AlignmentSTS (Spiral-Line-Spiral group) entity constrained by the two spiral parameters.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSTS AddFreeSTS( int previousEntityId, int nextEntityId, double sp1Param, double sp2Param, SpiralParamType spType, SpiralType spiralDefinition )
VB
Public Function AddFreeSTS ( previousEntityId As Integer, nextEntityId As Integer, sp1Param As Double, sp2Param As Double, spType As SpiralParamType, spiralDefinition As SpiralType ) As AlignmentSTS
C++
public: AlignmentSTS^ AddFreeSTS( int previousEntityId, int nextEntityId, double sp1Param, double sp2Param, SpiralParamType spType, SpiralType spiralDefinition )
Parameters
- previousEntityId Int32
- Previous entity identifier.
- nextEntityId Int32
- Next entity identifier.
- sp1Param Double
- First spiral parameter (length or A-value).
- sp2Param Double
- Second spiral parameter (length or A-value).
- spType SpiralParamType
- Specifies the first and second spParam parameters' type.
- spiralDefinition SpiralType
- Specifies the spiral definition type.