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




The scale at which to export the map document. Any scale-dependent rendering will be observed, so layers that are not visible at the export scale will not be included in the created KML file. The symbology for the map will be driven by this scale, so if the map has a reference scale defined, it should be considered when setting this parameter. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.