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




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

Parameters

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

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.