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.4.2516.0

Syntax

C#
public AlignmentSTS AddFreeSTS(
	int previousEntityId,
	int nextEntityId,
	double sp1Param,
	double sp2Param,
	SpiralParamType spType,
	SpiralType spiralDefinition
)
Visual Basic
Public Function AddFreeSTS ( _
	previousEntityId As Integer, _
	nextEntityId As Integer, _
	sp1Param As Double, _
	sp2Param As Double, _
	spType As SpiralParamType, _
	spiralDefinition As SpiralType _
) As AlignmentSTS
Visual C++
public:
AlignmentSTS^ AddFreeSTS(
	int previousEntityId, 
	int nextEntityId, 
	double sp1Param, 
	double sp2Param, 
	SpiralParamType spType, 
	SpiralType spiralDefinition
)

Parameters

previousEntityId
Type: System..::..Int32
Previous entity identifier.
nextEntityId
Type: System..::..Int32
Next entity identifier.
sp1Param
Type: System..::..Double
First spiral parameter (length or A-value).
sp2Param
Type: System..::..Double
Second spiral parameter (length or A-value).
spType
Type: Autodesk.Civil.DatabaseServices..::..SpiralParamType
Specifies the first and second spParam parameters' type.
spiralDefinition
Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.

See Also