This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.TileMatrixSet Property (ArcObjects .NET 10.4 SDK) |
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