Responder Developer Guide
JoinRegions Method


Syntax
'Declaration
 
Public Shared Function JoinRegions( _
   ByVal regions As IEnumerable(Of Integer) _
) As String
'Usage
 
Dim regions As IEnumerable(Of Integer)
Dim value As String
 
value = FindPingRequestData.JoinRegions(regions)
public static string JoinRegions( 
   IEnumerable<int> regions
)

Parameters

regions
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

FindPingRequestData Class
FindPingRequestData Members

 

 


Send Comment