AlignmentEntityCollectionAddFloatingCurve(Int32, Double, Double, CurveParamType, Boolean) Method |
Creates an AlignmentArc entity defined by a previous entity, radius, a constraint type and value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFloatingCurve(
int previousEntityId,
double radius,
double paramValue,
CurveParamType paramType,
bool isClockwise
)
Public Function AddFloatingCurve (
previousEntityId As Integer,
radius As Double,
paramValue As Double,
paramType As CurveParamType,
isClockwise As Boolean
) As AlignmentArc
public:
AlignmentArc^ AddFloatingCurve(
int previousEntityId,
double radius,
double paramValue,
CurveParamType paramType,
bool isClockwise
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- 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).
Return Value
AlignmentArc
See Also