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




This tool converts a map document into a KML file containing a translation of ESRI geometries and symbology. This file is compressed using ZIP compression and will have a .kmz extension and can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ConversionTools.MapToKML

See Also

© 2010 All Rights Reserved.