Responder Developer Guide
GetAssessmentLocations Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the locations for storm assessment, given a list of assessmentLocation objectIDs.  The calling parameter lastReceived is included so that large sets of data can be returned in manageable blocks.  lastReceived should carry an empty string the first time in a session that this method is invoked.  When multiple calls to this method are required to obtain all of the data, the lastReceived should carry the objectID of the last data instance received in subsequent calls.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetAssessmentLocations( _
   ByVal ALIDs() As String _
) As assessmentLocation()
'Usage
 
Dim instance As OAServer
Dim ALIDs() As String
Dim value() As assessmentLocation
 
value = instance.GetAssessmentLocations(ALIDs)
[WebMethod("Returns the locations for storm assessment, given a list of assessmentLocation objectIDs.  The calling parameter lastReceived is included so that large sets of data can be returned in manageable blocks.  lastReceived should carry an empty string the first time in a session that this method is invoked.  When multiple calls to this method are required to obtain all of the data, the lastReceived should carry the objectID of the last data instance received in subsequent calls.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public assessmentLocation[] GetAssessmentLocations( 
   string[] ALIDs
)

Parameters

ALIDs
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