Returns the number of bytes per voxel of the specified data type. 
 
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static int DataSize(
	SoDataSetDataTypes dataType
)
Public Shared Function DataSize ( 
	dataType As SoDataSetDataTypes
) As Integer
public:
static int DataSize(
	SoDataSetDataTypes dataType
)
static member DataSize : 
        dataType : SoDataSetDataTypes -> int 
Parameters
- dataType
 - Type: OIV.LDM.NodesSoDataSetDataTypes
 
Return Value
Type: 
Int32
Remarks
See Also