SbImageDataType Constructor |
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbImageDataType(
uint nbChannel,
SbDataType dataType
)
Public Sub New (
nbChannel As UInteger,
dataType As SbDataType
)
public:
SbImageDataType(
unsigned int nbChannel,
SbDataType dataType
)
new :
nbChannel : uint32 *
dataType : SbDataType -> SbImageDataType
Parameters
- nbChannel
- Type: SystemUInt32
number of channels
- dataType
- Type: OIV.InventorSbDataType
type of channel (all the channel have the same type)
Remarks See Also