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




The KML file to write. This file is compressed and will have a .kmz extension. It can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth. (Out, Required)

Syntax

Visual Basic (Declaration) 
Public Property out_kmz_file As Object
Visual Basic (Usage)Copy Code
Dim instance As MapToKML
Dim value As Object
 
instance.out_kmz_file = value
 
value = instance.out_kmz_file
C# 
public object out_kmz_file {get; set;}

See Also

© 2010 All Rights Reserved.