01-08-2009 09:23 AM - edited 01-08-2009 09:24 AM
It is not in the properties list of the project class, although you may be able to access it through LabVIEW scripting. However, accessing the conditional variables completely breaks the concept of having them. If you could access them, you could create a control and change their value at run time, but the other cases are not compiled into the VI so they could not execute.
If you are attempting to use this feature as a case structure, then use a case structure instead.
01-08-2009 09:59 AM