Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / GetObjectData Method
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupModel
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupModel


In This Topic
GetObjectData Method (DefaultRangeGroupModel)
In This Topic
Populates a serialization information object with the data needed to serialize the outline (range group).
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
 
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)

Parameters

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