Get Type Information
- Updated2025-07-30
- 3 minute(s) read
Retrieves data type information from the data type stored in variant.

Inputs/Outputs
variant
—
variant specifies the variant data from which you want to retrieve data type information.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
type
—
type returns the data type stored in variant.
name
—
name returns the name of the data type stored in variant.
type definition
—
type definition returns TRUE when the data type stored in variant is an instance of a type definition. Note To determine whether the data type in Variant is an instance of a type definition or contains a data type which is an instance of a type definition, you also can use the Is or Contains Type Definition VI.
error out
—
error out contains error information. This output provides standard error out functionality.
type definition info
—
type definition info returns the type definition information only if type definition is TRUE.
|
variant
—
error in (no error)
—
type
—
name
—
type definition
—
error out
—
type definition info
—
Timestamp
—