Responder Developer Guide
LogValue(String,Double,String) Method


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

Parameters

eventName
telemetry
comment
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