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




The scale at which to export the layer. Any scale-dependent rendering is observed, so if the layer is not visible at the export scale, it will not be included in the created KML file. The symbology for the layer is driven by this scale. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property layer_output_scale As Double
Visual Basic (Usage)Copy Code
Dim instance As LayerToKML
Dim value As Double
 
instance.layer_output_scale = value
 
value = instance.layer_output_scale
C# 
public double layer_output_scale {get; set;}

See Also

© 2010 All Rights Reserved.