This document is archived and information here might be outdated. Recommended version. |
TileMatrix at the given index.
[Visual Basic .NET] Public Function get_TileMatrix ( _ ByVal index As Integer _ ) As IWMTSTileMatrix
[C#] public IWMTSTileMatrix get_TileMatrix ( int index );
[C++]
HRESULT get_TileMatrix(
long index,
IWMTSTileMatrix** ppTileMatrix
);
[C++] Parameters index [in]
index is a parameter of type long ppTileMatrix [out, retval]
ppTileMatrix is a parameter of type IWMTSTileMatrix**