NumericOptionResultValue Property |
The number entered in the numeric input box.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Value { get; set; }
Public Property Value As Double
Get
Set
Dim instance As NumericOptionResult
Dim value As Double
value = instance.Value
instance.Value = value
Property Value
DoubleSee Also