AddFreeSTS Method (Int32, Int32, Double, SpiralType)

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public AlignmentSTS AddFreeSTS(
	int previousEntityId,
	int nextEntityId,
	double tanLength,
	SpiralType spiralDefinition
)

Visual Basic

Public Function AddFreeSTS ( _
	previousEntityId As Integer, _
	nextEntityId As Integer, _
	tanLength As Double, _
	spiralDefinition As SpiralType _
) As AlignmentSTS

Visual C++

public:
AlignmentSTS^ AddFreeSTS(
	int previousEntityId, 
	int nextEntityId, 
	double tanLength, 
	SpiralType spiralDefinition
)

Parameters

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

See Also