Kmz Filename Type
A Kmz Filename is a filename referring to a compressed KML (.kmz) file on disk, used to load or save Kml data. If no path is given, the file is located relative to the model script.
GUI Editor
Invalid Link
Graphical representation of the kmz filename editor
The kmz filename editor presents a file browser for selecting the target kmz file, or typing its path directly.
EGO Script
A Kmz Filename constant is written in EGO Script the same way as a String literal, enclosed in double quotes — see Constants for the general filename validation rules:
"c:/data/boundaries.kmz"
Automatic Conversions
- Converted from: String Type.
- Converted to: String Type.
See Type System for the complete conversion reference across all types.