ESRI.ArcGIS.ADF.Web.UI.WebControls
TilingScheme Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : TilingScheme Property




Use GetTilingScheme(string resourceName) to get the tilingscheme for the specific resource. The TilingScheme for a specific resource can be null whereas Map.TilingScheme would never be null after the map has been initialized. If you were using Map.TilingScheme.ViewWidth, use Map.ViewWidth directly instead.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("Properties of the display tiling scheme the map will use for seamless panning and possibly tile caching.")>
<ObsoleteAttribute("Use GetTilingScheme(string resourceName) to get the tilingscheme for the specific resource.
The TilingScheme for a specific resource can be null whereas Map.TilingScheme would never be null
after the map's size has been initialized.  
If you were checking Map.TilingScheme to see if the map's size has been initialized, check if
Map.ViewWidth is greater than -1 instead.
If you were using Map.TilingScheme.ViewWidth, use Map.ViewWidth directly instead.")>
Public Overridable ReadOnly Property TilingScheme As TilingScheme
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As TilingScheme
 
value = instance.TilingScheme
C# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("Properties of the display tiling scheme the map will use for seamless panning and possibly tile caching.")]
[ObsoleteAttribute("Use GetTilingScheme(string resourceName) to get the tilingscheme for the specific resource.
The TilingScheme for a specific resource can be null whereas Map.TilingScheme would never be null
after the map's size has been initialized.  
If you were checking Map.TilingScheme to see if the map's size has been initialized, check if
Map.ViewWidth is greater than -1 instead.
If you were using Map.TilingScheme.ViewWidth, use Map.ViewWidth directly instead.")]
public virtual TilingScheme TilingScheme {get;}

See Also

© 2010 All Rights Reserved.