AlignmentEntityCollectionAddFreeSTS(Int32, Int32, Double, SpiralType) Method

Adds an AlignmentSTS (Spiral-Line-Spiral) entity constrained by the line length.

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

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
tanLength  Double
Length of the line entity.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSTS
See Also