FitparameterName Property |
The name of the fit parameter
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As Fitparameter
Dim value As String
value = instance.Name
instance.Name = value
Return Value
StringThe name of the fit parameter
See Also