AddFloatingLineWithSpiral Method (Int32, EntityAttachType, Double, SpiralParamType, Double, SpiralType)

Adds an AlignmentSTS (ST or TS, Float Line with Spiral) entity constrained by a spiral parameter and line length.

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

Syntax

C#

public AlignmentSTS AddFloatingLineWithSpiral(
	int attachEntityId,
	EntityAttachType attachType,
	double spParam,
	SpiralParamType spType,
	double tanLength,
	SpiralType spiralDefinition
)

Visual Basic

Public Function AddFloatingLineWithSpiral ( _
	attachEntityId As Integer, _
	attachType As EntityAttachType, _
	spParam As Double, _
	spType As SpiralParamType, _
	tanLength As Double, _
	spiralDefinition As SpiralType _
) As AlignmentSTS

Visual C++

public:
AlignmentSTS^ AddFloatingLineWithSpiral(
	int attachEntityId, 
	EntityAttachType attachType, 
	double spParam, 
	SpiralParamType spType, 
	double tanLength, 
	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 previous parameter-spParam's type.
tanLength
Type: System.Double
Length of line entity.
spiralDefinition
Type: Autodesk.Civil.SpiralType
Specifies the spiral definition type.

See Also