File size: 397 Bytes
b1b3bae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
Public Interface IDynamicsMonitoredVariable
Property ID As String
Property Description As String
Property TimeStamp As DateTime
Property ObjectID As String
Property PropertyID As String
Property PropertyValue As String
Property PropertyUnits As String
Property MinimumChartAxisValue As Double
Property MaximumChartAxisValue As Double
End Interface
|