FitparameterIsGlobal Property |
Defines if the parameter was found by a global fit
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IsGlobal { get; set; }
Public Property IsGlobal As Boolean
Get
Set
Dim instance As Fitparameter
Dim value As Boolean
value = instance.IsGlobal
instance.IsGlobal = value
Return Value
BooleanTrue if the parameter value stems from a global fit, false if not
See Also