AlignmentEntityCollectionAddFreeSSBetweenCurves Method

Adds an AlignmentSTS (Spiral-Line-Spiral group with the line length is 0) entity constrained by the two spiral parameters.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSTS AddFreeSSBetweenCurves(
	int previousEntityId,
	int nextEntityId,
	double spRatio,
	SpiralParamType spType,
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
spRatio  Double
Specifies spiral1 and spiral2 ratio (length or A-value) .
spType  SpiralParamType
Specifies the spRatio parameter's type.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSTS
See Also