ESRI.ArcGIS.ADF.ArcGISServer
GetLayerTile Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : GetLayerTile Method




MapName
LayerID
Level
Row
Column
Format

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function GetLayerTile( _
   ByVal MapName As String, _
   ByVal LayerID As Integer, _
   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 MapServerProxy
Dim MapName As String
Dim LayerID As Integer
Dim Level As Integer
Dim Row As Integer
Dim Column As Integer
Dim Format As String
Dim value() As Byte
 
value = instance.GetLayerTile(MapName, LayerID, Level, Row, Column, Format)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public byte[] GetLayerTile( 
   string MapName,
   int LayerID,
   int Level,
   int Row,
   int Column,
   string Format
)

Parameters

MapName
LayerID
Level
Row
Column
Format

See Also

© 2010 All Rights Reserved.