ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GetCountryRegionInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.TokenService Namespace > CommonService Class : GetCountryRegionInfo Method




entityIDs

Syntax

Visual Basic (Declaration) 
<SoapHeaderAttribute(MemberName="CustomerInfoHeaderValue", Required=True)>
<SoapDocumentMethodAttribute(RequestNamespace="http://s.mappoint.net/mappoint-30/", 
   ResponseNamespace="http://s.mappoint.net/mappoint-30/", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped, 
   Action="http://s.mappoint.net/mappoint-30/GetCountryRegionInfo")>
Public Function GetCountryRegionInfo( _
   ByVal entityIDs() As Integer _
) As CountryRegionInfo()
Visual Basic (Usage)Copy Code
Dim instance As CommonService
Dim entityIDs() As Integer
Dim value() As CountryRegionInfo
 
value = instance.GetCountryRegionInfo(entityIDs)
C# 
[SoapHeaderAttribute(MemberName="CustomerInfoHeaderValue", Required=true)]
[SoapDocumentMethodAttribute(RequestNamespace="http://s.mappoint.net/mappoint-30/", 
   ResponseNamespace="http://s.mappoint.net/mappoint-30/", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped, 
   Action="http://s.mappoint.net/mappoint-30/GetCountryRegionInfo")]
public CountryRegionInfo[] GetCountryRegionInfo( 
   int[] entityIDs
)

Parameters

entityIDs

See Also

© 2010 All Rights Reserved.