Howdy,
Are you asking if there is a way to run LabVIEW code (the actual graphical code) from another programming language? Would that be similar to running Visual Basic code from within a C++ program? If that's what you mean, then I don't think there is a direct method, but someone else may correct me. While LabVIEW is capable of handling direct code (using a MathScript or Formula Node) that is similar to Matlab or C, I don't know of a way to import graphical code directly into some other language.
LabVIEW is a programming language, just like C/C++, Visual Basic, Java, Fortran, Cobol, QBasic, etc. As far as I know, with a few execptions, one cannot copy and paste LabVIEW into another language's programming environment.
That being said, one can cartainly create stand-alone executables, library files or even .dll's with LabVIEW that could be called by another language. Do a search on "shared libraries" for more information on that.
Sorry if that doesn't help.
B-)