ConversionTools
LayerToKML Constructor(Object,Object,Double)
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > LayerToKML Class > LayerToKML Constructor : LayerToKML Constructor(Object,Object,Double)




layer
out_kmz_file
layer_output_scale

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layer As Object, _
   ByVal out_kmz_file As Object, _
   ByVal layer_output_scale As Double _
)
Visual Basic (Usage)Copy Code
Dim layer As Object
Dim out_kmz_file As Object
Dim layer_output_scale As Double
 
Dim instance As New LayerToKML(layer, out_kmz_file, layer_output_scale)
C# 
public LayerToKML( 
   object layer,
   object out_kmz_file,
   double layer_output_scale
)

Parameters

layer
out_kmz_file
layer_output_scale

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.