MappingChannelCollection.Item Property

MappingChannelCollectionItem Property

Get MappingChannel on index

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MappingChannel this[
	int i
] { get; }
Public ReadOnly Default Property Item ( 
	i As Integer
) As MappingChannel
	Get

Parameters

i
Type: SystemInt32

Return Value

Type: MappingChannel
Version Information

Rhino for Windows

Supported in: 6.8
See Also