Creates a free Circular Curve constrained by a PVI and length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile. |