ESRI.ArcGIS.ADF.Web
FeatureGraphicsLayer Constructor(String,DataColumn[],String,String,FeatureType)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class > FeatureGraphicsLayer Constructor : FeatureGraphicsLayer Constructor(String,DataColumn[],String,String,FeatureType)




tableName
The name to give the table.
columns
An array of DataColumns to add to the table.
geometryColumnName
The name of the column containing the GraphicElement.
graphicsIdColumnName
The name of the column containing the graphics ID primary key. This must be of type int.
featureType
The type of feature this FeatureGraphicsLayer will contain.
Constructs a FeatureGraphicsLayer.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal tableName As String, _
   ByVal columns() As DataColumn, _
   ByVal geometryColumnName As String, _
   ByVal graphicsIdColumnName As String, _
   ByVal featureType As FeatureType _
)
Visual Basic (Usage)Copy Code
Dim tableName As String
Dim columns() As DataColumn
Dim geometryColumnName As String
Dim graphicsIdColumnName As String
Dim featureType As FeatureType
 
Dim instance As FeatureGraphicsLayer(tableName, columns, geometryColumnName, graphicsIdColumnName, featureType)
C# 
public FeatureGraphicsLayer( 
   string tableName,
   DataColumn[] columns,
   string geometryColumnName,
   string graphicsIdColumnName,
   FeatureType featureType
)

Parameters

tableName
The name to give the table.
columns
An array of DataColumns to add to the table.
geometryColumnName
The name of the column containing the GraphicElement.
graphicsIdColumnName
The name of the column containing the graphics ID primary key. This must be of type int.
featureType
The type of feature this FeatureGraphicsLayer will contain.

See Also

© 2010 All Rights Reserved.