Share

AlignmentEntityCollection.AddFloatingCurve(Double, Double, CurveParamType, Boolean, Int32) Method

Creates an AlignmentArc entity defined by a next entity, radius, a constraint type and value.



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

Syntax

C#

public AlignmentArc AddFloatingCurve(
	double radius,
	double paramValue,
	CurveParamType paramType,
	bool isClockwise,
	int nextEntityId
)

VB

Public Function AddFloatingCurve ( 
	radius As Double,
	paramValue As Double,
	paramType As CurveParamType,
	isClockwise As Boolean,
	nextEntityId As Integer
) As AlignmentArc

C++

public:
AlignmentArc^ AddFloatingCurve(
	double radius, 
	double paramValue, 
	CurveParamType paramType, 
	bool isClockwise, 
	int nextEntityId
)

Parameters

radius  Double
Radius of the arc entity.
paramValue  Double
Specifies the curve's constraint value.
paramType  CurveParamType
Specifies the curve's constraint type.
isClockwise  Boolean
Specifies whether arc entity is created clockwise (True) or counter-clockwise (False).
nextEntityId  Int32
identifier of the next entity (after the floating arc).

Return Value

AlignmentArc

See Also

Reference

Was this information helpful?