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