Share

ProfileEntityCollection.AddFreeCircularCurveByPVIAndLength Method

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



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

Syntax

C#

public ProfileCircular AddFreeCircularCurveByPVIAndLength(
	ProfilePVI attachProfilePVI,
	double length
)

VB

Public Function AddFreeCircularCurveByPVIAndLength ( 
	attachProfilePVI As ProfilePVI,
	length As Double
) As ProfileCircular

C++

public:
ProfileCircular^ AddFreeCircularCurveByPVIAndLength(
	ProfilePVI^ attachProfilePVI, 
	double length
)

Parameters

attachProfilePVI  ProfilePVI
The PVI to attach to
length  Double
The length 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

Reference

Was this information helpful?