ITileMatrixMatrixHeight Property |
Number of vertical tiles.
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax int MatrixHeight { get; }
ReadOnly Property MatrixHeight As Integer
Get
property int MatrixHeight {
int get ();
}
abstract MatrixHeight : int with get
Property Value
Type:
Int32Remarks
Limits the value of the {y} URL template parameter; 0 ... (MatrixHeight-1) tiles can be requested from the WMTS services
if no further limits have been specified by MatrixMinY and MatrixMaxY.
See Also