Responder Developer Guide
GetCircuitElementNearLatLong Method (OAServerSoapClient)


Syntax
'Declaration
 
Public Function GetCircuitElementNearLatLong( _
   ByRef MultiSpeakMsgHeader As MultiSpeakMsgHeader, _
   ByVal latitude As Double, _
   ByVal longitude As Double, _
   ByVal tolerance As lengthUnitValue, _
   ByVal numCEs As Integer _
) As circuitElementAndDistance()
'Usage
 
Dim instance As OAServerSoapClient
Dim MultiSpeakMsgHeader As MultiSpeakMsgHeader
Dim latitude As Double
Dim longitude As Double
Dim tolerance As lengthUnitValue
Dim numCEs As Integer
Dim value() As circuitElementAndDistance
 
value = instance.GetCircuitElementNearLatLong(MultiSpeakMsgHeader, latitude, longitude, tolerance, numCEs)
public circuitElementAndDistance[] GetCircuitElementNearLatLong( 
   ref MultiSpeakMsgHeader MultiSpeakMsgHeader,
   double latitude,
   double longitude,
   lengthUnitValue tolerance,
   int numCEs
)

Parameters

MultiSpeakMsgHeader
latitude
longitude
tolerance
numCEs
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

OAServerSoapClient Class
OAServerSoapClient Members

 

 


Send Comment