Click or drag to resize

GM_WebFormatExportOpts_tmCustomTileFName Field

Custom definition for tile filenames. Use NULL for default for format. Use variables like %z for zoom, %x for column, and %y for row. For example, use "%z\\prefix_%y_%x.png" to do one folder per zoom level. The tiles are created in the path under the HTML filename path.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public string mCustomTileFName

Field Value

Type: String
See Also