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


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

IWMTSTileMatrix.MatrixWidth Property

Width of each tile of this tile matrix in pixels.

[Visual Basic .NET]
Public ReadOnly Property MatrixWidth As Integer
[C#]
public int MatrixWidth {get;}
[C++]
HRESULT get_MatrixWidth(
  System.Int32* Width
);
[C++]
Parameters
Width [out, retval]

Width is a parameter of type long*

Product Availability

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

See Also

IWMTSTileMatrix Interface