| SbChannelList Constructor (UInt64) | 
Construct channelList corresponding to all channel from 0 to n-1: {0, 1, 2, ..., n-1}. 
 
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SbChannelList(
	ulong nbChannel
)
Public Sub New ( 
	nbChannel As ULong
)
public:
SbChannelList(
	unsigned long long nbChannel
)
new : 
        nbChannel : uint64 -> SbChannelListParameters
- nbChannel
 - Type: SystemUInt64
 
Remarks
See Also