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




The origin (upper left corner) of the tiling scheme in the 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 region. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.