Click or drag to resize

ConnectionIRegistryRemove Method

Remove ProtocolHead from the repository.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
bool Remove(
	ProtocolHead head
)

Parameters

head  ProtocolHead
The protocol head to remove.

Return Value

Boolean
True if the protocol head was found and removed.
See Also