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


IWMTSServiceDescription.TileMatrixSet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.TileMatrixSet Property

WMTS Tile Matrix information at the given index.

[Visual Basic .NET]
Public Function get_TileMatrixSet ( _
    ByVal index As Integer _
) As IWMTSTileMatrixSet
[C#]
public IWMTSTileMatrixSet get_TileMatrixSet (
    int index
);
[C++]
HRESULT get_TileMatrixSet(
  long index,
  IWMTSTileMatrixSet** TileMatrix
);
[C++]

Parameters index [in] index is a parameter of type long TileMatrix [out, retval]
TileMatrix is a parameter of type IWMTSTileMatrixSet

Product Availability

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

See Also

IWMTSServiceDescription Interface