Click or drag to resize

ChannelSupportsService Method

Returns whether a particular service is supported.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public bool SupportsService(
	Type service
)

Parameters

service  Type
The service to find.

Return Value

Boolean
True if the service is supported.
See Also