<Code Lib>
M

AnalyticalModel.GetCurves

Description:
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.

public IList<Curve> GetCurves(
	AnalyticalCurveType curveType
)

Return Value IList<Curve> An array of curves representing analytical model.

Loading…