Adds an AlignmentSTS (Spiral-Line-Spiral group with the line length is 0) entity constrained by the two spiral parameters.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function AddFreeSSBetweenCurves ( _
previousEntityId As Integer, _
nextEntityId As Integer, _
spRatio As Double, _
spType As SpiralParamType, _
spiralDefinition As SpiralType _
) As AlignmentSTS |
Parameters
- previousEntityId
- Type: System..::..Int32
Previous entity identifier.
- nextEntityId
- Type: System..::..Int32
Next entity identifier.
- spRatio
- Type: System..::..Double
Specifies spiral1 and spiral2 ratio (length or A-value) .
- spType
- Type: Autodesk.Civil.DatabaseServices..::..SpiralParamType
Specifies the spRatio parameter's type.
- spiralDefinition
- Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.
See Also