Click or drag to resize

PacketLockUnlock Method

Unlocks the lock using the key that locked it.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void Unlock(
	PacketKey key
)

Parameters

key
Type: Demo3D.IOPacketKey
The key that fits the lock.
See Also