ChannelSupportsService Method |
Returns whether a particular service is supported.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic bool SupportsService(
Type service
)
Parameters
- service Type
- The service to find.
Return Value
BooleanTrue if the service is supported.
See Also