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


IWMTSTileMatrix.MatrixHeight Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSTileMatrix.MatrixHeight Property

Height of each tile of this tile matrix in pixels.

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