ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceDrawingMethod Enumeration
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ResourceDrawingMethod Enumeration




Specifies the method by which the resource will be drawn.

Syntax

Visual Basic (Declaration) 
Public Enum ResourceDrawingMethod 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ResourceDrawingMethod
C# 
public enum ResourceDrawingMethod : Enum 

Members

MemberDescription
CacheOutOfRangeNo drawing will be done because the level is out of range of the tile cache.
MapFunctionalityThe MapFunctionality will be used to dynamically draw the image.
TileFunctionalityThe tile cache will be used for the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.UI.WebControls.ResourceDrawingMethod

See Also

© 2010 All Rights Reserved.