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




You can use a polygon feature class to manage tiles (create, update, or delete) based on the extents of features of a feature class. For example, if you are caching a country, you might supply a feature class of major urban areas. By doing so, you are requesting that the server only pre-create tiles that cover those urban areas. The rest of the areas can be cached on demand when requested by clients. This can save you time and disk space that would be consumed by creating unneeded tiles in rural areas. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.