Click or drag to resize
InputValue Class
Print this page
Represents the value of an Input . A value can have a number of properties, which may be inspected through Properties .
Inheritance Hierarchy
SystemObject
  Telogis.APIInputValue

Namespace: Telogis.API
  
  
Syntax
public class InputValue

The InputValue type exposes the following members.

Properties
  NameDescription
Public propertyID
Public propertyName
Public propertyProperties
Public propertyType
Top
Fields
  NameDescription
Public fieldID
Input ID, typically describing the type of this input. For example "VCore_Ignition_".
Public fieldName
The name of this input. For example "Ignition".
Public fieldProperties
Analog inputs typically have 'value' and 'inRange' properties, digital inputs typically have a 'state' property. The value of these Property objects may be read to obtain the value of the input.
Public fieldType
The generic type of this input. For example "VCore".
Top
Examples
See Input example.
See Also