AlignmentEntityCollectionAddFreeSTS(Int32, Int32, Double, SpiralType) Method |
Adds an AlignmentSTS (Spiral-Line-Spiral) entity constrained by the line length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSTS AddFreeSTS(
int previousEntityId,
int nextEntityId,
double tanLength,
SpiralType spiralDefinition
)
Public Function AddFreeSTS (
previousEntityId As Integer,
nextEntityId As Integer,
tanLength As Double,
spiralDefinition As SpiralType
) As AlignmentSTS
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