ESRI.ArcGIS.ConversionTools
KMLToLayer Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > KMLToLayer Class > KMLToLayer Constructor : KMLToLayer Constructor(Object,Object)




in_kml_file
The KML or KMZ file to translate. (In, Required)
output_folder
The destination folder for the File Geodatabase and layer (.lyr) file. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_kml_file As Object, _
   ByVal output_folder As Object _
)
Visual Basic (Usage)Copy Code
Dim in_kml_file As Object
Dim output_folder As Object
 
Dim instance As KMLToLayer(in_kml_file, output_folder)
C# 
public KMLToLayer( 
   object in_kml_file,
   object output_folder
)

Parameters

in_kml_file
The KML or KMZ file to translate. (In, Required)
output_folder
The destination folder for the File Geodatabase and layer (.lyr) file. (In, Required)

See Also

© 2010 All Rights Reserved.