ESRI.ArcGIS.ConversionTools
LayerToKML Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace : LayerToKML Class




This tool converts an in-memory or file-based feature or raster layer into a KML file containing a translation of ESRI geometries and symbology. This file is compressed using ZIP compression, has a .kmz extension, and can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth.

Syntax

Visual Basic (Declaration) 
Public Class LayerToKML 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As LayerToKML
C# 
public class LayerToKML : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ConversionTools.LayerToKML

See Also

© 2010 All Rights Reserved.