FitFunctionScriptCollectionFind Method |
Finds scripts by category and name.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ListFitFunctionScriptThe matching scripts, sorted by creation time.
See Also