LineStringGetObjectData Method |
When overridden, sets the serialization info.
Namespace: Dse.GeometryAssembly: Dse (in Dse.dll) Version: 1.0.0
Syntax public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)Exceptions Exception | Condition |
---|
SecurityException | The caller does not have the required permission. |
See Also