AlignmentEntityCollectionAddFreeSTS(Int32, Int32, Double, Double, SpiralParamType, SpiralType) Method

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.292
Syntax
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.

Return Value

AlignmentSTS
See Also