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




Size of returned image in pixels (optional): Defines the vertical and horizontal resolution of any rasters in the output KML document. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.