RenderWindowIsChannelAvailable Method |
Query if a channel is available.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public bool IsChannelAvailable(
Guid id
)
Public Function IsChannelAvailable (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:Rhino.Render.RenderWindow.IsChannelAvailable(System.Guid)"]
Return Value
Type:
BooleanReturns true if the channel is available.
See Also