AnalyticalModel.GetCurves
Description:
Retrieves all curves for the Analytical Model of a given type.
Retrieves all curves for the Analytical Model of a given type.
Remarks:
If the analytical model contains no curves of the given type, then the returned array may be empty.
If the analytical model contains no curves of the given type, then the returned array may be empty.
public IList<Curve> GetCurves(
AnalyticalCurveType curveType
)
-
curveTypeWhich curve type should be returned.
-
A value passed for an enumeration argument is not a member of that enumeration