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