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: 18.03.00
SyntaxIEnumerable<(ProtocolAddress address, List<ProtocolHead> protocolHeads)> All { get; }Property Value
Type:
IEnumerableValueTupleProtocolAddress,
ListProtocolHead
See Also