> It would really be helpful to be able to use the find utility to
> search through all VIs in memory for any Property Nodes of a certain
> Reference. Is this possible? It is simple to find References, but many
> times I pass references to VIs through clusters. Besides, I want to
> narrow my search to just see if properties were accessed, not just
> present.
If you have a specific set of properties, then search for the text in
the property node. This doesn't work for Class names, just property
names, but hopefully it will be a small number of properties with
relatively unique names.
Greg McKaskle