WizardResultWeightMode Property |
The weight mode to use for the fit
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string WeightMode { get; set; }
Public Property WeightMode As String
Get
Set
Dim instance As WizardResult
Dim value As String
value = instance.WeightMode
instance.WeightMode = value
Property Value
StringRemarks Set to "" to use the currently used or default weight mode
See Also