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




info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the ElementGraphicsLayer.
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the ElementGraphicsLayer.
Constructs an ElementGraphicsLayer 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 ElementGraphicsLayer(info, context)
C# 
protected ElementGraphicsLayer( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

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

See Also

© 2010 All Rights Reserved.