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