SbDataType Conversion (SbDataType to UInt32) |
Implicit cast operator to unsigned integer.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static implicit operator uint (
SbDataType dataType
)
Public Shared Widening Operator CType (
dataType As SbDataType
) As UInteger
static implicit operator unsigned int (
SbDataType dataType
)
F# does not support the declaration of new casting operators.
Parameters
- dataType
- Type: OIV.InventorSbDataType
Return Value
Type:
UInt32See Also