Responder Developer Guide
GetUplineMeterConnectivity Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Finds the first upline distribution transformer from a given meter number and returns the meter connectivity for all meters cnnected to it.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetUplineMeterConnectivity( _
   ByVal meterNo As String _
) As meterConnectivity()
'Usage
 
Dim instance As OAServer
Dim meterNo As String
Dim value() As meterConnectivity
 
value = instance.GetUplineMeterConnectivity(meterNo)
[WebMethod("Finds the first upline distribution transformer from a given meter number and returns the meter connectivity for all meters cnnected to it.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public meterConnectivity[] GetUplineMeterConnectivity( 
   string meterNo
)

Parameters

meterNo
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

OAServer Class
OAServer Members

 

 


Send Comment