PluginProgressEventArgsIsIndeterminate Property |
Gets a value indicating whether the progress is indeterminable.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IsIndeterminate { get; }
Public ReadOnly Property IsIndeterminate As Boolean
Get
Dim instance As PluginProgressEventArgs
Dim value As Boolean
value = instance.IsIndeterminate
Property Value
BooleanSee Also