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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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