MapTileLayerInstance.SetTileData(String, Byte[], String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the tile data.
public:
void SetTileData(System::String ^ url, cli::array <System::Byte> ^ data, System::String ^ mimeType);
public void SetTileData (string url, byte[] data, string mimeType);
member this.SetTileData : string * byte[] * string -> unit
Public Sub SetTileData (url As String, data As Byte(), mimeType As String)
Parameters
- url
- String
The URL of the data source.
- data
- Byte[]
An array of bytes that represents the tile data to set.
- mimeType
- String
The MIME type of the tile data.