AlignmentEntityCollectionAddFloatingLineWithSpiral(Int32, EntityAttachType, Double, SpiralParamType, Double, SpiralType) Method |
Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and line length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSTS AddFloatingLineWithSpiral(
int attachEntityId,
EntityAttachType attachType,
double spParam,
SpiralParamType spType,
double tanLength,
SpiralType spiralDefinition
)
Public Function AddFloatingLineWithSpiral (
attachEntityId As Integer,
attachType As EntityAttachType,
spParam As Double,
spType As SpiralParamType,
tanLength As Double,
spiralDefinition As SpiralType
) As AlignmentSTS
public:
AlignmentSTS^ AddFloatingLineWithSpiral(
int attachEntityId,
EntityAttachType attachType,
double spParam,
SpiralParamType spType,
double tanLength,
SpiralType spiralDefinition
)
Parameters
- attachEntityId Int32
- Previous or next entity identifer.
- attachType EntityAttachType
- Specifies whehther attachEntityId is the previous or next entity.
- spParam Double
- Spiral parameter (length or A-value).
- spType SpiralParamType
- Specifies the previous parameter-spParam's type.
- tanLength Double
- Length of line entity.
- spiralDefinition SpiralType
- Specifies the spiral definition type.
Return Value
AlignmentSTS
See Also