| SbChannelListItem Property  | 
Access specified channel id. 
 
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic uint this[
	uint channelId
] { get; }Public ReadOnly Default Property Item ( 
	channelId As UInteger
) As UInteger
	Get
public:
property unsigned int default[unsigned int channelId] {
	unsigned int get (unsigned int channelId);
}member Item : uint32 with get
Parameters
- channelId
 - Type: SystemUInt32
 
Property Value
Type: 
UInt32
Remarks
See Also