Click or drag to resize

ProtocolPropertiesSetCurrentConfiguration Method

Allows the deserializer to deserialize data into a newer instance of the ProtocolProperties. The Deserializer creates a new instance of ProtocolProperties to deserialize saved property values. When deserialization is complete, the properties that are read into that object may need to be applied to the current configuration instead. This provides the reference to the current configuration.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void SetCurrentConfiguration(
	ProtocolProperties currentConfiguration
)

Parameters

currentConfiguration
Type: Demo3D.NetProtocolProperties
The newer instance of the ProtocolProperties.
See Also