Click or drag to resize
SbImageDataType Constructor
Initializes a new instance of the SbImageDataType class

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbImageDataType(
	uint nbChannel,
	SbDataType dataType
)

Parameters

nbChannel
Type: SystemUInt32

number of channels

dataType
Type: OIV.InventorSbDataType

type of channel (all the channel have the same type)

Remarks

See Also