Responder Developer Guide
LogValue(String,Double) Method


Syntax
'Declaration
 
Public Overloads Shared Sub LogValue( _
   ByVal eventName As String, _
   ByVal telemetry As Double _
) 
'Usage
 
Dim eventName As String
Dim telemetry As Double
 
Telemetry.LogValue(eventName, telemetry)
public static void LogValue( 
   string eventName,
   double telemetry
)

Parameters

eventName
telemetry
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Telemetry Class
Telemetry Members
Overload List

 

 


Send Comment