Click or drag to resize

ConnectionIRegistryAll Property

Return a list of the ProtocolHeads (and the key addresses used) present in the repository.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
IEnumerable<(ProtocolAddress address, List<ProtocolHead> protocolHeads)> All { get; }

Property Value

IEnumerableValueTupleProtocolAddress, ListProtocolHead
See Also