Click or drag to resize
SbChannelListItem Property

Access specified channel id.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public uint this[
	uint channelId
] { get; }

Parameters

channelId
Type: SystemUInt32

Property Value

Type: UInt32
Remarks

Throw exception if channelId > OIV.ImageViz.SbChannelList.GetNumChannel()

See Also