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




A rectangular extent defining the tiles to be imported. By default the extent is set to the full extent of the map service into which you are importing. Note the optional parameter on this tool that allows you to alternatively constrain tile import to a feature class boundary. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.