ESRI.ArcGIS.ADF.Web
GraphicsLayer Constructor(SerializationInfo,StreamingContext)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class > GraphicsLayer Constructor : GraphicsLayer Constructor(SerializationInfo,StreamingContext)


info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the GraphicsLayer.
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the GraphicsLayer.
Constructs a GraphicsLayer from the serialization information object.

Syntax

Visual Basic (Declaration)  
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Visual Basic (Usage) Copy Code
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As GraphicsLayer(info, context)
C#  
protected GraphicsLayer( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the GraphicsLayer.
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the GraphicsLayer.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also