AlignmentEntityCollectionAddFloatSpiral(Double, Double, Int32, Boolean, SpiralType) Method |
Creates an AlignmentSpiral entity defined by a radius, a length, a next entity, a clockwise indicator and a spiral definition.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic AlignmentSpiral AddFloatSpiral(
double radius,
double length,
int nextEntityId,
bool isClockwise,
SpiralType spiralDefinition
)
Public Function AddFloatSpiral (
radius As Double,
length As Double,
nextEntityId As Integer,
isClockwise As Boolean,
spiralDefinition As SpiralType
) As AlignmentSpiral
public:
AlignmentSpiral^ AddFloatSpiral(
double radius,
double length,
int nextEntityId,
bool isClockwise,
SpiralType spiralDefinition
)
Parameters
- radius Double
- Start radius of the Spiral entity.
- length Double
- Length of spriral entity.
- nextEntityId Int32
- Next entity identifier.
- 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