ESRI.ArcGIS.ADF.Web
GraphicsLayer Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace : GraphicsLayer Class


A GraphicsLayer is a table of Geometry objects with associated attributes.

Object Model


Syntax

Visual Basic (Declaration)  
Public MustInherit Class GraphicsLayer 
   Inherits DataTable
Visual Basic (Usage) Copy Code
Dim instance As GraphicsLayer
C#  
public abstract class GraphicsLayer : DataTable 

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataTable
         ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer
            ESRI.ArcGIS.ADF.Web.Display.Graphics.FeatureGraphicsLayer
            ESRI.ArcGIS.ADF.Web.Display.Graphics.ElementGraphicsLayer

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also