WizardResultUseAutoFit Property |
Gets or sets a value indicating if the wizard algorithm should use the default auto fit instead of a single fit with
the values set in
ParameterValues.
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool UseAutoFit { get; set; }
Public Property UseAutoFit As Boolean
Get
Set
Dim instance As WizardResult
Dim value As Boolean
value = instance.UseAutoFit
instance.UseAutoFit = value
Property Value
BooleanSee Also