ESRI.ArcGIS.ADF.Web
GraphicsLayerIDFromLayer(GraphicsLayer,String) Method
See Also  Send Feedback
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.

Requirements

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

See Also

© 2011 All Rights Reserved.