ProtocolFindChannel Method |
Returns the named channel, or null.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Channel? FindChannel(
string? channelName
)
Parameters
- channelName String
- The name of the channel to search for.
Return Value
ChannelThe named channel, or null.
See Also