| SbDataType Structure | 
Namespace: OIV.Inventor
 Syntax
SyntaxThe SbDataType type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SbDataType(String) | Obsolete. 
Constructor from a string. 
Valid strings are the SbDataTypeDataTypes enum's names.
 | 
|  | SbDataType(SbDataTypeDataTypes) | 
Constructor given a SbDataTypeDataTypes value.
 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) | 
|  | GetHashCode | Returns the hash code for this instance.(Inherited from ValueType.) | 
|  | GetString | 
Return the string representation.  | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (SbDataType to UInt32) | 
Implicit cast operator to unsigned integer.
 | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsInteger | 
Gets a flag indicating if the type is an integer type.
 | 
|  | IsSigned | 
Gets a flag indicating if the type is signed.
 | 
|  | NumBits | 
Gets the number of bits in the type.
 | 
|  | Size | 
Gets the size in byte of the type.
 | 
|  | SystemType | 
Gets the system type associated to the data type.
 | 
|  | Type | 
Gets the data type.
 | 
 Remarks
Remarks See Also
See Also