This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface > IImageCooker.PutTile Method (ArcObjects .NET 10.5 SDK) |
Puts a tile at a given LOD, and column and row location.
[Visual Basic .NET] Public Sub PutTile ( _ ByVal Level As Integer, _ ByVal Row As Integer, _ ByVal Column As Integer, _ ByRef ppTile As Byte[]& _ )
[C#] public void PutTile ( int Level, int Row, int Column, ref Byte[]& ppTile );
[C++]
HRESULT PutTile(
long Level,
long Row,
long Column,
ppTile* ppTile
);
[C++]
Parameters Level [in] Level is a parameter of type long Row [in] Row is a parameter of type long Column [in] Column is a parameter of type long ppTile [in] ppTile is a parameter of type