Responder Developer Guide
GetCircuitElementNearLatLong Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns an array of circuitElements that lie within the distance tolerance of the location expressed in latitude and longitude.  If many circuitElements are found within the distance tolerance, then the server shall return the maximum number of circuitElements expressed as numCEs.  If it is necessary to drop some circuitElements, the server should drop those furthest from the latitude/longitude location specified in the calling parameter list.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetCircuitElementNearLatLong( _
   ByVal latitude As Double, _
   ByVal longitude As Double, _
   ByVal tolerance As lengthUnitValue, _
   ByVal numCEs As Integer _
) As circuitElementAndDistance()
'Usage
 
Dim instance As OAServer
Dim latitude As Double
Dim longitude As Double
Dim tolerance As lengthUnitValue
Dim numCEs As Integer
Dim value() As circuitElementAndDistance
 
value = instance.GetCircuitElementNearLatLong(latitude, longitude, tolerance, numCEs)
[WebMethod("Returns an array of circuitElements that lie within the distance tolerance of the location expressed in latitude and longitude.  If many circuitElements are found within the distance tolerance, then the server shall return the maximum number of circuitElements expressed as numCEs.  If it is necessary to drop some circuitElements, the server should drop those furthest from the latitude/longitude location specified in the calling parameter list.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public circuitElementAndDistance[] GetCircuitElementNearLatLong( 
   double latitude,
   double longitude,
   lengthUnitValue tolerance,
   int numCEs
)

Parameters

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

OAServer Class
OAServer Members

 

 


Send Comment