Click or drag to resize

FitFunctionScriptCollectionFind Method

Finds scripts by category and name.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public List<FitFunctionScript> Find(
	string category,
	string name
)

Parameters

category  String
The category to match, or to ignore the category.
name  String
The name to match, or to ignore the name.

Return Value

ListFitFunctionScript
The matching scripts, sorted by creation time.
See Also