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


IWMTSLayer.TileMatrixSet Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IWMTSLayer.TileMatrixSet Property

TileMatrixSet to be used by the service.

[Visual Basic .NET]
Public Property TileMatrixSet As String
[C#]
public string TileMatrixSet {get; set;}
[C++]
HRESULT get_TileMatrixSet(
  BSTR tileMatrix
);
[C++]
HRESULT put_TileMatrixSet(
  System.String* tileMatrix
);
[C++]

Parameters tileMatrix [in]
tileMatrix is a parameter of type BSTR tileMatrix [out, retval]
tileMatrix is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSLayer Interface