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


IWMTSLayer.TileMatrixSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.TileMatrixSet Property
ArcGIS Developer Help

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