AVEVA OMI Software Developer Kit
Properties  Methods 


Value Class Members

The following tables list the members exposed by Value.

Public Properties
 NameDescription
Public Property Gets the array value if the class is holding an array.  
Public Property Gets the number of elements in the array if the value is holding array data.  
Public Property Gets a value indicating whether this instance is array.  
Public Property Gets a value indicating whether this instance is empty.  
Public Property Gets the raw data value contained in this class.  
Public Property Gets a value indicating whether value as Bool.  
Public Property Gets the value as type DateTime.  
Public Property Gets the value as type Double.  
Public Property Gets the value as type Duration.  
Public Property Gets the value as type Float.  
Public Property Gets the value as type Integer.  
Public Property Gets the value as type String.  
Top
Public Methods
 NameDescription
Public Method If the class is holding an array, this returns an element of the specified 1-based index from the array.  
Top
See Also