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


IWMTSTileMatrixSet.TileMatrix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSTileMatrixSet Interface > IWMTSTileMatrixSet.TileMatrix Property
ArcGIS Developer Help

IWMTSTileMatrixSet.TileMatrix Property

TileMatrix at the given index.

[Visual Basic .NET]
Public Function get_TileMatrix ( _
    ByVal index As Integer _
) As IWMTSTileMatrix
[C#]
public IWMTSTileMatrix get_TileMatrix (
    int index
);
[C++]
HRESULT get_TileMatrix(
  long index,
  IWMTSTileMatrix** ppTileMatrix
);
[C++]
Parameters
index [in]

index is a parameter of type long ppTileMatrix [out, retval]
ppTileMatrix is a parameter of type IWMTSTileMatrix**

Product Availability

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

See Also

IWMTSTileMatrixSet Interface