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




layer
The graphics layer.
datasetName
Name of the dataset.
Returns the string representation of the graphics layer

Syntax

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

Parameters

layer
The graphics layer.
datasetName
Name of the dataset.

See Also

© 2010 All Rights Reserved.