AddFloatingArcWithSpiral Method (Int32, EntityAttachType, Double, SpiralParamType, Double, Double, Boolean, SpiralType)

Add an AlignmentSCS (SC or CS, Float Arc with Spiral) constrained by spiral parameter, the radius for the circular arc, and length of the circular arc.

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

Syntax

C#

public AlignmentSCS AddFloatingArcWithSpiral(
	int attachEntityId,
	EntityAttachType attachType,
	double spParam,
	SpiralParamType spType,
	double radius,
	double arcLength,
	bool isClockwise,
	SpiralType spiralDefinition
)

Visual Basic

Public Function AddFloatingArcWithSpiral ( _
	attachEntityId As Integer, _
	attachType As EntityAttachType, _
	spParam As Double, _
	spType As SpiralParamType, _
	radius As Double, _
	arcLength As Double, _
	isClockwise As Boolean, _
	spiralDefinition As SpiralType _
) As AlignmentSCS

Visual C++

public:
AlignmentSCS^ AddFloatingArcWithSpiral(
	int attachEntityId, 
	EntityAttachType attachType, 
	double spParam, 
	SpiralParamType spType, 
	double radius, 
	double arcLength, 
	bool isClockwise, 
	SpiralType spiralDefinition
)

Parameters

attachEntityId
Type: System.Int32
Previous or Next entity identifier.
attachType
Type: Autodesk.Civil.DatabaseServices.EntityAttachType
Specifies the type to attach the entity.
spParam
Type: System.Double
Spiral parameter(length or A-value).
spType
Type: Autodesk.Civil.DatabaseServices.SpiralParamType
Specifies the previous parameter-spParam's type.
radius
Type: System.Double
Radius of the arc entity.
arcLength
Type: System.Double
Length of the arc.
isClockwise
Type: System.Boolean
Specifies whether arc entity is created clockwise (True) or counter-clockwise (False).
spiralDefinition
Type: Autodesk.Civil.SpiralType
Specifies the spiral definition type.

See Also