![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
FeatureGraphicsLayer Constructor(String,DataColumn[],String,String,FeatureType) | |
See Also Send Feedback |
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.
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) | ![]() |
---|---|
Dim tableName As String Dim columns() As DataColumn Dim geometryColumnName As String Dim graphicsIdColumnName As String Dim featureType As FeatureType Dim instance As New 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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family