FitFunctionScriptParameterName(Int32, Boolean) Method |
Gets the name of the specified parameter.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ParameterName(
int i,
bool tryUseCompiledObject
)
Parameters
- i Int32
- The parameter index.
- tryUseCompiledObject Boolean
- If true, the compiled script object may be queried when available.
Return Value
StringThe parameter name.
See Also