ArcObjects Library Reference (GISClient)  

IWMTSTileMatrix.TileHeight Property

Height of each tile of this tile matrix in pixels.

[Visual Basic .NET]
Public ReadOnly Property TileHeight As Integer
[C#]
public int TileHeight {get;}
[C++]
HRESULT get_TileHeight(
  long* Height
);
[C++]

Parameters

Height [out, retval]   Height is a parameter of type long

Product Availability

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

See Also

IWMTSTileMatrix Interface