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




A rectangular extent defining the tiles to be exported. By default the extent is set to the full extent of the service's source map. Note the optional parameter on this tool that allows you to alternatively constrain tile export to a feature class boundary. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.