ConnectionIRegistryRemove Method |
Remove ProtocolHead from the repository.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxbool Remove(
ProtocolHead head
)
Parameters
- head
- Type: Demo3D.NetProtocolHead
The protocol head to remove.
Return Value
Type:
BooleanTrue if the protocol head was found and removed.
See Also