This document is archived and information here might be outdated. Recommended version. |
Tile sizes for a given tile or a supertile.
[Visual Basic .NET] Public Sub GetTileSizes ( _ ByVal Level As Integer, _ ByVal Row As Integer, _ ByVal Column As Integer, _ ByVal pTrackCancel As ITrackCancel, _ ByRef tileCount As Integer, _ ByVal pSizes As ILongArray _ )
[C#] public void GetTileSizes ( int Level, int Row, int Column, ITrackCancel pTrackCancel, ref int tileCount, ref ILongArray pSizes );
[C++]
HRESULT GetTileSizes(
long Level,
long Row,
long Column,
ITrackCancel* pTrackCancel,
System.Int32* tileCount,
ILongArray* pSizes
);
[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 pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* tileCount [out]
tileCount is a parameter of type long* pSizes [out]
pSizes is a parameter of type ILongArray*