Click or drag to resize

IFitFunctionScriptTextUserDefinedParameterNames Property

Get / sets the user defined parameter names. If setting, this also sets the property IsUsingUserDefinedParameterNames to true, and the NumberOfParameters to the given number of user defined parameters.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string[]? UserDefinedParameterNames { get; set; }

Property Value

String
See Also