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


Specify the origin (upper left corner) of the tiling scheme in coordinates of the spatial reference of the source map document. The extent of the source map document must be within (but does not need to coincide) with this origin.

(In, Optional)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also