ClassifierGetClassesListCancel Property |
Gets or sets a value indicating whether the classification process should be canceled here.
Namespace: RelaxIS_SDK.Plugins.Classifier.DataAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
Dim instance As ClassifierGetClassesList
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
Property Value
Boolean
See Also