ESRI.ArcGIS.ADF.Web
GraphicsLayerIDFromLayer(String,String) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display Namespace > JsonSerializer Class > GraphicsLayerIDFromLayer Method : GraphicsLayerIDFromLayer(String,String) Method




tableName
Name of the table.
datasetName
Name of the dataset.
Returns the string representation of the graphics layer

Syntax

Visual Basic (Declaration) 
Public Overloads Function GraphicsLayerIDFromLayer( _
   ByVal tableName As String, _
   ByVal datasetName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As JsonSerializer
Dim tableName As String
Dim datasetName As String
Dim value As String
 
value = instance.GraphicsLayerIDFromLayer(tableName, datasetName)
C# 
public string GraphicsLayerIDFromLayer( 
   string tableName,
   string datasetName
)

Parameters

tableName
Name of the table.
datasetName
Name of the dataset.

See Also

© 2010 All Rights Reserved.