IfcLayer.GetObjectData Method

Populates a SerializationInfo instance with the data needed to serialize the target object.
Public Overrides Sub GetObjectData( _ 
ByVal info As SerializationInfo, _ 
ByVal context As StreamingContext
)
This language is not supported or no code example is available.
public override void GetObjectData( 
SerializationInfo info
StreamingContext context 
)
This language is not supported or no code example is available.

Parameters

info
SerializationInfo

A SerializationInfo instance that defines the serialized data.

context
StreamingContext

A StreamingContext instance that contains the serialized data.

.NET Framework

Supported in: 4.8

In this article

Definition