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: 11.0.0.7658
Syntax
C#
IEnumerable<Tuple<ProtocolAddress, List<ProtocolHead>>> All { get; }

Property Value

Type: IEnumerableTupleProtocolAddress, ListProtocolHead
See Also