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(
  BSTR tileMatrix
);
[C++]

Parameters

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

Product Availability

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

See Also

IWMTSLayer Interface