Click or drag to resize

PropertyValueState Enumeration

An enumeration that describes the current state of a value.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public enum PropertyValueState
Members
Member nameValueDescription
Undefined0 The last value has not yet been retrieved.
NoSource1 A source has not been set.
Error2 An error occurred while retrieving the last value.
Bad3 The quality of the last value is "Bad".
NoData4 The quality of the last value is "No Data".
Good5 The quality of the last value is "Good".
Uncertain6 The quality of the last value is "Uncertain".
See Also