Click or drag to resize
SbDataType Structure
Class encoding a data type

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct SbDataType

The SbDataType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetString
Return the string representation.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Operators
Properties
  NameDescription
Public propertyIsInteger
Gets a flag indicating if the type is an integer type.
Public propertyIsSigned
Gets a flag indicating if the type is signed.
Public propertyNumBits
Gets the number of bits in the type.
Public propertySize
Gets the size in byte of the type.
Public propertySystemType
Gets the system type associated to the data type.
Public propertyType
Gets the data type.
Top
Remarks
This is a basic Open Inventor type that is used for representing a data type, for example unsigned int32, and some information about that type, for example is it signed or not. It is used by classes handling user buffers such as [!:SoSFArray2D], [!:SoSFArray3D]
See Also