ESRI.ArcGIS.ConversionTools
boundary_box_extent Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > LayerToKML Class : boundary_box_extent 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 boundary_box_extent As Object
Visual Basic (Usage)Copy Code
Dim instance As LayerToKML
Dim value As Object
 
instance.boundary_box_extent = value
 
value = instance.boundary_box_extent
C# 
public object boundary_box_extent {get; set;}

See Also

© 2010 All Rights Reserved.