Share

AlignmentEntityCollection.AddFreeSSBetweenCurves 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.280

Syntax

C#

public AlignmentSTS AddFreeSSBetweenCurves(
	int previousEntityId,
	int nextEntityId,
	double spRatio,
	SpiralParamType spType,
	SpiralType spiralDefinition
)

VB

Public Function AddFreeSSBetweenCurves ( 
	previousEntityId As Integer,
	nextEntityId As Integer,
	spRatio As Double,
	spType As SpiralParamType,
	spiralDefinition As SpiralType
) As AlignmentSTS

C++

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

Reference

Was this information helpful?