Responder Developer Guide
GetFeaturesNearLatLong Method (OA_ServerSoapClient)


Syntax
'Declaration
 
Public Function GetFeaturesNearLatLong( _
   ByRef MultiSpeakMsgHeader As MultiSpeakMsgHeader, _
   ByVal latitude As Double, _
   ByVal longitude As Double, _
   ByVal tolerance As lengthUnitValue, _
   ByVal numFeatures As Integer, _
   ByVal errorString As String _
) As bufferedObjectCollection
'Usage
 
Dim instance As OA_ServerSoapClient
Dim MultiSpeakMsgHeader As MultiSpeakMsgHeader
Dim latitude As Double
Dim longitude As Double
Dim tolerance As lengthUnitValue
Dim numFeatures As Integer
Dim errorString As String
Dim value As bufferedObjectCollection
 
value = instance.GetFeaturesNearLatLong(MultiSpeakMsgHeader, latitude, longitude, tolerance, numFeatures, errorString)

Parameters

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

OA_ServerSoapClient Class
OA_ServerSoapClient Members

 

 


Send Comment