Creates a free Circular Curve constrained by a PVI and length.

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

Syntax

C#
public ProfileCircular AddFreeCircularCurveByPVIAndLength(
	ProfilePVI attachProfilePVI,
	double length
)
Visual Basic
Public Function AddFreeCircularCurveByPVIAndLength ( _
	attachProfilePVI As ProfilePVI, _
	length As Double _
) As ProfileCircular
Visual C++
public:
ProfileCircular^ AddFreeCircularCurveByPVIAndLength(
	ProfilePVI^ attachProfilePVI, 
	double length
)

Parameters

attachProfilePVI
Type: Autodesk.Civil.DatabaseServices..::..ProfilePVI
The PVI to attach to
length
Type: System..::..Double
The length value.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile.

See Also