Retrieves parent and member VI information of the LabVIEW class or interface stored in variant. This VI returns an error if variant does not contain a LabVIEW class or interface or if the LabVIEW class or interface is broken due to missing parents or missing private data control dependencies.


icon

Inputs/Outputs

  • cfxdt.png variant

    variant specifies the variant data from which you want to retrieve data type information.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ifxdt.png parent class

    parent class returns the parent class of the LabVIEW class or interface.

  • i1dcclst.png member VI info

    member VI info returns the qualified name, path, access scope, and dynamic dispatch information of all member VIs of the LabVIEW class or interface. Each array element represents one member VI. The path is empty if the member VI has not been saved.

  • istr.png qualified name

  • ipath.png path

  • ienum.png access scope

  • ibool.png is dynamic dispatch

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • i1dfxdt.png parent interfaces

    parent interfaces returns the interfaces that the LabVIEW class or interface inherits from directly.