Click or drag to resize

ConnectionIRegistryAdd Method

Adds a ProtocolHead to the repository for the address ProtocolHead.CononicalAddress.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
void Add(
	ProtocolHead head
)

Parameters

head
Type: Demo3D.NetProtocolHead
The ProtocolHead to add.
See Also