ProfileEntityCollectionAddFreeCircularCurveByPVIAndRadius Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileCircular AddFreeCircularCurveByPVIAndRadius(
	ProfilePVI attachProfilePVI,
	double radius
)

Parameters

attachProfilePVI  ProfilePVI
The PVI to attach to.
radius  Double
The radius value.

Return Value

ProfileCircular
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile.
See Also