![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
GetNativePixelBlock Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class : GetNativePixelBlock Method |
- RID
- IID
- Tx
- Ty
- Level
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 GetNativePixelBlock( _ ByVal RID As Integer, _ ByVal IID As Integer, _ ByVal Tx As Integer, _ ByVal Ty As Integer, _ ByVal Level As Integer _ ) As Byte() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ImageServerProxy Dim RID As Integer Dim IID As Integer Dim Tx As Integer Dim Ty As Integer Dim Level As Integer Dim value() As Byte value = instance.GetNativePixelBlock(RID, IID, Tx, Ty, Level) |
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[] GetNativePixelBlock( int RID, int IID, int Tx, int Ty, int Level ) |
Parameters
- RID
- IID
- Tx
- Ty
- Level
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