ArcObjects Library Reference (GISClient)  

IWMTSTileMatrix.TileWidth Property

Width of each tile of this tile matrix in pixels.

[Visual Basic .NET]
Public ReadOnly Property TileWidth As Integer
[C#]
public int TileWidth {get;}
[C++]
HRESULT get_TileWidth(
  long* 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