ProfileEntityCollectionAddFreeSymmetricParabolaByPVIAndCurveLength Method |
Creates a free Symmetric Parabola constrained by a PVI and curve length.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFreeSymmetricParabolaByPVIAndCurveLength(
ProfilePVI attachProfilePVI,
double curveLength
)
Public Function AddFreeSymmetricParabolaByPVIAndCurveLength (
attachProfilePVI As ProfilePVI,
curveLength As Double
) As ProfileParabolaSymmetric
public:
ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByPVIAndCurveLength(
ProfilePVI^ attachProfilePVI,
double curveLength
)
Parameters
- attachProfilePVI ProfilePVI
- The PVI to attach to.
- curveLength Double
- The curve length.
Return Value
ProfileParabolaSymmetric
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile.
|
See Also