ESRI.ArcGIS.ADF.Web
GetObjectData Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsDataSet Class : GetObjectData Method




info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the GraphicsDataSet.
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the GraphicsDataSet.
Populates a serialization information object with the data needed to serialize the GraphicsDataSet.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As GraphicsDataSet
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
C# 
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

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

See Also

© 2010 All Rights Reserved.