|
| ESRI.ArcGIS.ADF.ArcGISServer.Local | |
| GetMapTile Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class : GetMapTile Method |
- MapName
- Level
- Row
- Column
- Format
| Visual Basic (Declaration) | |
|---|---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)> Public Function GetMapTile( _ ByVal MapName As String, _ ByVal Level As Integer, _ ByVal Row As Integer, _ ByVal Column As Integer, _ ByVal Format As String _ ) As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MapServerDcomProxy Dim MapName As String Dim Level As Integer Dim Row As Integer Dim Column As Integer Dim Format As String Dim value() As Byte value = instance.GetMapTile(MapName, Level, Row, Column, Format) | |
| C# | |
|---|---|
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public byte[] GetMapTile( string MapName, int Level, int Row, int Column, string Format ) | |
Parameters
- MapName
- Level
- Row
- Column
- Format
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family