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




The scale levels at which you will create polygons. To create polygons for all scale levels included in a tiling scheme, leave this parameter blank. You may choose to create polygons for all or only some of the scale levels that are included in your tiling scheme. To add additional scale levels, however, you will need to modify your tiling scheme file or create a new one. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.