ESRI.ArcGIS.ADF.Web
GraphicsLayer Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class > GraphicsLayer Constructor : GraphicsLayer Constructor(String)


tableName
The name to give the table.
GraphicsLayer constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal tableName As String _
)
Visual Basic (Usage) Copy Code
Dim tableName As String
 
Dim instance As GraphicsLayer(tableName)
C#  
public GraphicsLayer( 
   string tableName
)

Parameters

tableName
The name to give the table.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also