This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSTileMatrixSet Interface > IWMTSTileMatrixSet.TileMatrix Property (ArcObjects .NET 10.4 SDK) |
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