![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
GetLayerTile Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : GetLayerTile Method |
- MapName
- LayerID
- 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 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) | ![]() |
---|---|
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.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 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
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