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: 2024.1.1.0 (2024.1.1)
Syntax
public struct SbDataType

The SbDataType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetString
Return the string representation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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