MappingChannelCollection.Channels Property

MappingChannelCollectionChannels Property

Enumerate all available channels in this mapping

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerable<MappingChannel> Channels { get; }
Public ReadOnly Property Channels As IEnumerable(Of MappingChannel)
	Get

Property Value

Type: IEnumerableMappingChannel
Version Information

Rhino for Windows

Supported in: 6.8
See Also