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: 15.0.2.11458
Syntax
C#
IEnumerable<(ProtocolAddress canonicalAddress, List<ProtocolHead> protocolHeads)> All { get; }

Property Value

Type: IEnumerableValueTupleProtocolAddress, ListProtocolHead
See Also