Creates a free Circular Curve constrained by a PVI and a pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function AddFreeCircularCurveByPVIAndThroughPoint ( _
attachProfilePVI As ProfilePVI, _
passPoint As Point2d _
) As ProfileCircular |
Visual C++ |
---|
public:
ProfileCircular^ AddFreeCircularCurveByPVIAndThroughPoint(
ProfilePVI^ attachProfilePVI,
Point2d passPoint
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile.
|
See Also