Share

AlignmentEntityCollection.AddFreeSTS(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.280

Syntax

C#

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

VB

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

C++

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

Reference

Was this information helpful?