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




The geographic extent of the area to be exported. The extent rectangle bounds should be specified as a space-delimited string of WGS84 geographic coordinates in the form "left lower right upper". (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.