Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Net Namespaces
Demo3D.Net
Protocol.IRegistry Interface
IRegistry Methods
Find Method
Get Method
Register Method
Unregister Method
Protocol
IRegistry
Get Method
Finds a protocol by name and services. Throws ArgumentException if not found.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
Protocol
Get
(
string
name
,
IEnumerable
<
Type
>
services
)
Parameters
name
Type:
System
String
Name of protocol to find.
services
Type:
System.Collections.Generic
IEnumerable
Type
Services that protocol must provide.
Return Value
Type:
Protocol
The first matching protocol.
See Also
Reference
Protocol
IRegistry Interface
Demo3D.Net Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com