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




layer
The graphics layer.
Returns the string representation of the graphics layer

Syntax

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

Parameters

layer
The graphics layer.

See Also

© 2010 All Rights Reserved.