Responder Developer Guide
CreateMeterPingRequest Method


Syntax
'Declaration
 
Public Shared Function CreateMeterPingRequest( _
   ByVal id As Integer, _
   ByVal meter As String, _
   ByVal account As String, _
   ByVal region As Integer, _
   ByVal requestID As String, _
   ByVal status As Integer, _
   ByVal x As Decimal, _
   ByVal y As Decimal _
) As MeterPingRequest
'Usage
 
Dim id As Integer
Dim meter As String
Dim account As String
Dim region As Integer
Dim requestID As String
Dim status As Integer
Dim x As Decimal
Dim y As Decimal
Dim value As MeterPingRequest
 
value = MeterPingRequest.CreateMeterPingRequest(id, meter, account, region, requestID, status, x, y)
public static MeterPingRequest CreateMeterPingRequest( 
   int id,
   string meter,
   string account,
   int region,
   string requestID,
   int status,
   decimal x,
   decimal y
)

Parameters

id
meter
account
region
requestID
status
x
y
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

MeterPingRequest Class
MeterPingRequest Members

 

 


Send Comment