Example Code

How to Programmatically Delete Shared Variables from the Project Explorer

Introduction

This example demonstrates how to programmatically delete shared variables from the LabVIEW Project Explorer using application control.

Steps to Complete

Screenshots.png

Additional Notes

This example only works under the development environment and not under a stand-alone executable, due to some of the property nodes used only being supported in development mode.

Eli S.
National Instruments
Applications Engineer

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
paljacob
Member
Member
on

I wanted to programmatically clear a shared variables library before I programmatically update the new ones. Here is the minor modification needed to do so.

Clear Shared Variables Library in Project Explorer.png

Contributors