This document is archived and information here might be outdated.  Recommended version.


IWMTSTileMatrixSet.TileMatrix Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSTileMatrixSet.TileMatrix Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMTSTileMatrixSet Interface