Click or drag to resize
SbDataType  Conversion (SbDataType to UInt32)
Implicit cast operator to unsigned integer.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static implicit operator uint (
	SbDataType dataType
)

Parameters

dataType
Type: OIV.InventorSbDataType

Return Value

Type: UInt32
See Also