Get Refnum Information VI

Owning Palette: Data Type Parsing VIs

Requires: Base Development System

Retrieves refnum information from the data type stored in variant. This VI returns an error if variant does not contain a refnum.

 Add to the block diagram  Find on the palette
variant specifies the variant data from which you want to retrieve data type information.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
reference type returns the data type of the refnum stored in variant.
strict type returns the strict type of the refnum stored in variant. For example, a strictly-typed VI refnum returns data type information that includes the connector pane of the VI.
VI Server generic type returns the specific VI Server class type. VI Server generic type is valid only if reference type is LVObjUnknown.
error out contains error information. This output provides standard error out functionality.