Click or drag to resize

ProtocolFindChannel Method

Returns the named channel, or null.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Channel? FindChannel(
	string? channelName
)

Parameters

channelName
Type: SystemString
The name of the channel to search for.

Return Value

Type: Channel
The named channel, or null.
See Also