Share

AlignmentEntityCollection.AddFloatSpiral(Int32, Double, Double, Boolean, SpiralType) Method

Creates an AlignmentSpiral entity defined by a previous entity, a radius, a length, a clockwise indicator and a spiral definition.



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

Syntax

C#

public AlignmentSpiral AddFloatSpiral(
	int previousEntityId,
	double radius,
	double length,
	bool isClockwise,
	SpiralType spiralDefinition
)

VB

Public Function AddFloatSpiral ( 
	previousEntityId As Integer,
	radius As Double,
	length As Double,
	isClockwise As Boolean,
	spiralDefinition As SpiralType
) As AlignmentSpiral

C++

public:
AlignmentSpiral^ AddFloatSpiral(
	int previousEntityId, 
	double radius, 
	double length, 
	bool isClockwise, 
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
radius  Double
End radius of the spiral entity.
length  Double
Length of spriral entity.
isClockwise  Boolean
Specifies whether spiral entity is created clockwise (True) or counter-clockwise (False).
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSpiral

See Also

Reference

Was this information helpful?