This document is archived and information here might be outdated. Recommended version. |
TileMatrixSet to be used by the service.
[Visual Basic .NET]
Public Property TileMatrixSet As String
[C#]
public string TileMatrixSet {get; set;}
[C++]
HRESULT get_TileMatrixSet(
BSTR tileMatrix
);
[C++]
HRESULT put_TileMatrixSet(
System.String* tileMatrix
);
[C++] Parameters tileMatrix [in]
tileMatrix is a parameter of type BSTR tileMatrix [out, retval]
tileMatrix is a parameter of type BSTR*