LabVIEW Class Icon Glyphs from NI

These are common glyphs that NI will be using to decorate class and VI icons for LabVIEW classes. Users are free to use these. We encourage all users to use our common iconography where practical.

.lvclass file
Any object
Concrete class
Abstract class
Parent class
Child class
Ancestor class
Descendant class
Wrapper (VI or class)
Core (VI or class)
LabVIEW Object (ultimate ancestor class)
Write data
Read data
Property
Any type/Polymorphic
Recursion
Public
Protected
Private
New/Create
Initialize/Start
User Defined/Starting point for customization
Call Parent Method

As an example, let's suppose we have a hierarchy of classes representing errors, very similar to the job that the error code cluster does in LabVIEW.
We use as the glyph for error code in LabVIEW, so the hierarchy might look like this and use the following icons.

LabVIEW Object
|
+ --
Abstract Error
     |
     + -- General Error
     |
     + -- Device Error
     |      |
     |      + -- DAQ Error
     |      |
     |      + -- GPIB Error
     |
     + -- Network Error
     |
     + -- User-defined Error


The glyphs can be stacked and arranged together to create a class library icon that will be the banner across the top of member VIs.