Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and pass-through point for the line.

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

Syntax

C#
public AlignmentSTS AddFloatingLineWithSpiral(
	int attachEntityId,
	EntityAttachType attachType,
	double spParam,
	SpiralParamType spType,
	Point3d passThroughPoint,
	SpiralType spiralDefinition
)
Visual Basic
Public Function AddFloatingLineWithSpiral ( _
	attachEntityId As Integer, _
	attachType As EntityAttachType, _
	spParam As Double, _
	spType As SpiralParamType, _
	passThroughPoint As Point3d, _
	spiralDefinition As SpiralType _
) As AlignmentSTS
Visual C++
public:
AlignmentSTS^ AddFloatingLineWithSpiral(
	int attachEntityId, 
	EntityAttachType attachType, 
	double spParam, 
	SpiralParamType spType, 
	Point3d passThroughPoint, 
	SpiralType spiralDefinition
)

Parameters

attachEntityId
Type: System..::..Int32
Previous or next entity identifer.
attachType
Type: Autodesk.Civil.DatabaseServices..::..EntityAttachType
Specifies whehther attachEntityId is the previous or next entity.
spParam
Type: System..::..Double
Spiral parameter (length or A-value).
spType
Type: Autodesk.Civil.DatabaseServices..::..SpiralParamType
Specifies the spParam parameter's type.
passThroughPoint
Type: Point3d
Pass-through point of the arc entity.
spiralDefinition
Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.

See Also