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




tableName
The name of the table representing the graphics layer.
graphicsColumnName
Constructs a SimpleGraphicsLayer.

Syntax

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

Parameters

tableName
The name of the table representing the graphics layer.
graphicsColumnName

See Also

© 2010 All Rights Reserved.