FitparameterFixed Property |
Defines if the parameter is fixed in a fit
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool Fixed { get; set; }
Public Property Fixed As Boolean
Get
Set
Dim instance As Fitparameter
Dim value As Boolean
value = instance.Fixed
instance.Fixed = value
Return Value
BooleanThe fixed state of the parameter
See Also