Jump to content

LabVIEW Class

From LabVIEW Wiki
Revision as of 14:40, 8 June 2020 by Q (talk | contribs) (Added link to Project Items)

A LabVIEW Class is a file with extension, *.lvclass. It is an XML file that stores information about the files owned by the library. The Project Explorer is used to view and edit these files. It is not recommended to edit the XML directly. The LabVIEW Class is a specialization of the LabVIEW Project Library but has extended behavior to contain data and support encapsulation and inheritance for Object-oriented programming.

Project Items

Inside of a LabVIEW Class, there are many types of ProjectItems. A full list of ProjectItem can be viewed on the ProjectItems page.

Note: not all ProjectItem types are allowed in the LabVIEW Class for example:

See Also