This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSServiceDescription Interface > IWMTSServiceDescription.TileMatrixSet Property (ArcObjects .NET 10.5 SDK) |
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