For a list of all members of this type, see LayerToKML members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| boundary_box_extent | The geographic extent of the area to be exported. The extent rectangle bounds should be specified as a space-delimited string of WGS84 geographic coordinates in the form "left lower right upper". (In, Optional) |
| dpi_of_client | Define the device resolution for any rasters in the output KML document. (In, Optional) |
| image_size | Defines the vertical and horizontal resolution of any rasters in the output KML document. (In, Optional) |
| is_composite | Return single composite image (in, Optional) |
| layer | The in-memory layer or layer file stored on disk that is to be converted to KML. (In, Required) |
| layer_output_scale | The scale at which to export the layer. Any scale-dependent rendering is observed, so if the layer is not visible at the export scale, it will not be included in the created KML file. The symbology for the layer is driven by this scale. (In, Required) |
| out_kmz_file | The KML file to write. This file is compressed and has a .kmz extension. It can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also