This document is archived and information here might be outdated. Recommended version. |
The recommended number of pixel rows in each overview tiles.
[Visual Basic .NET]
Public Property TileRows As Integer
[C#]
public int TileRows {get; set;}
[C++]
HRESULT get_TileRows(
long pTileRowPixels
);
[C++]
HRESULT put_TileRows(
System.Int32* pTileRowPixels
);
[C++] Parameters pTileRowPixels [in]
pTileRowPixels is a parameter of type long pTileRowPixels [out, retval]
pTileRowPixels is a parameter of type long*