| SbDataTypeDataTypes Enumeration | 
Data types.
 
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
SyntaxPublic Enumeration DataTypes
public enum class DataTypes
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | UNSIGNED_BYTE | 0 | Unsigned byte data type. | 
 | UNSIGNED_SHORT | 1 | Unsigned short data type. | 
 | UNSIGNED_INT32 | 2 | Unsigned 32 bits integer data type. | 
 | SIGNED_BYTE | 4 | Signed byte data type. | 
 | SIGNED_SHORT | 5 | Signed short data type. | 
 | SIGNED_INT32 | 6 | Signed 32 bits integer data type. | 
 | FLOAT | 10 | Single precsion data type. | 
 | DOUBLE | 11 | Double precsion data type. | 
 | UNKNOWN | 65535 | Unknown data type. | 
See Also