Click or drag to resize

ConnectionIRegistryRemove Method

Remove ProtocolHead from the repository.

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

Parameters

head
Type: Demo3D.NetProtocolHead
The protocol head to remove.

Return Value

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