<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add new class to project programmaticly in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069898#M474141</link>
    <description>&lt;P&gt;Hey, I am getting the hang of this... thought it would be alot harder, but five minutes later I got it working. The trick is to set the access scope using a method from LVClassLibrary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/916b2186db4ed92a09395e25ae32f846c6e5aa81/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393769434545453533443531464639443938302f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="ClassAndPrivateVFolder" title="ClassAndPrivateVFolder" align="CENTER" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This then creates the following..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: center"&gt;&lt;IMG src="https://ip1.i.lithium.com/f966698efdfb0fea643b0c5e465cc56c6bfe4446/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393869313336383232313546424546334130412f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="ProjectWindow.png" title="ProjectWindow.png" align="CENTER" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: center"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: left"&gt;Again, thanks for all the help&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2010 18:32:23 GMT</pubDate>
    <dc:creator>WireJunky</dc:creator>
    <dc:date>2010-02-10T18:32:23Z</dc:date>
    <item>
      <title>Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1067690#M473382</link>
      <description>I'm trying to streamline my development using classes. I have found a way to add folders and such to a project programmaticly, but no success with how to add a new class. My goal is to make a utility that can generate a class skeleton for me to modify as needed.&amp;nbsp;</description>
      <pubDate>Mon, 08 Feb 2010 06:13:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1067690#M473382</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-08T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1068316#M473598</link>
      <description>&lt;P&gt;Wirejunky,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW has built-in object oriented programming capability.&amp;nbsp; The links at &lt;A href="https://www.ni.com/en/support/documentation/supplemental/06/labview-object-oriented-programming-faq.html" target="_self"&gt;Can I Use Object-Oriented Programming in LabVIEW?&lt;/A&gt; give a lot of great information on how to use it!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 19:18:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1068316#M473598</guid>
      <dc:creator>Robbob</dc:creator>
      <dc:date>2025-07-15T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069111#M473847</link>
      <description>&lt;P&gt;just created this fast (prob. better ways to do it). Here I also created the class itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://ip1.i.lithium.com/6a1f484a3c40106c2fae35cf1782e1c919e3f14d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035333969414145443544423244394646323431462f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="prog_class" title="prog_class" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a fast example. You can play with lots of more in there. Here I also created the class itself. Its fully possible to add a class to your project &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; With the create code at the beginning youve lots of class options to use. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2010 20:02:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069111#M473847</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-09T20:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069128#M473851</link>
      <description>Sorry, missed the part on doing this programatically &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Good catch, corny!&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Robbob on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 02-09-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 02:23 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Feb 2010 20:23:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069128#M473851</guid>
      <dc:creator>Robbob</dc:creator>
      <dc:date>2010-02-09T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069620#M474016</link>
      <description>Thanks Corny for your example! Learnt something new today&amp;nbsp;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-happy.gif" border="0" alt=":smileyhappy:" title="Smiley Happy" /&gt;. Now if only you didn't need to save the class first to disk... I am thinking of how you create classes in the project manager, where creating and adding the class to the project does not create a class file on disk. I am going to play around a bit and see if I cant get that type of&amp;nbsp;behavior.&amp;nbsp;</description>
      <pubDate>Wed, 10 Feb 2010 14:37:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069620#M474016</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069628#M474018</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Corny wrote: &lt;BR /&gt;&lt;P&gt;just created this fast (prob. better ways to do it). Here I also created the class itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a fast example. You can play with lots of more in there. Here I also created the class itself. Its fully possible to add a class to your project &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; With the create code at the beginning youve lots of class options to use. &lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This reminds me of an expression we used when I graduated from my Navy "A School". &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Six months ago I didn't know how to spell Technician. Now I is one." &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://ni.lithium.com/i/smilies/16x16_smiley-tongue.gif" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice post,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:45:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069628#M474018</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2010-02-10T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069691#M474040</link>
      <description>&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, Navy...that explains a lot...&lt;/P&gt;&lt;P&gt;Hummer1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;learning every day too.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:50:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069691#M474040</guid>
      <dc:creator>Hummer1</dc:creator>
      <dc:date>2010-02-10T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069725#M474052</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;WireJunky wrote: &lt;BR /&gt;Thanks Corny for your example! Learnt something new today&amp;nbsp;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-happy.gif" border="0" alt=":smileyhappy:" title="Smiley Happy" /&gt;. &lt;SPAN style="font-weight: bold"&gt;Now if only you didn't need to save the class first to disk&lt;/SPAN&gt;... I am thinking of how you create classes in the project manager, where creating and adding the class to the project does not create a class file on disk. I am going to play around a bit and see if I cant get that type of&amp;nbsp;behavior.&amp;nbsp;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Ive also tried to not save it, and add the reference to the project by entering the type (string) "class" or "lvclass" (I think this is what you tried?, for folders you would use the string name "folder"), but then, it popped up as an unkown object in the project manager.&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&amp;nbsp;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Perhaps if you think the class as a file (it is actually a file), and a folder in the project as a "virtual folder (it doesnt need to exist on HDD)" than perhaps it makes sense?!? (just something that popped to my mind) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 10 Feb 2010 16:10:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069725#M474052</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-10T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069747#M474064</link>
      <description>&lt;P&gt;ops didnt read your post entirely.. my bad. "fast reader" litirally (how the heck is that spelled). If its possible to add classes that are in memory and not HDD to project, inform if you find out (I didnt got it to work) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 16:27:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069747#M474064</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-10T16:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069885#M474133</link>
      <description>&lt;P&gt;K, I played around abit and I got this to work. By using the AddItemFromMemory method and supplying it with the newly created class name I was able to add the class to the project without first saving the class to disk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/abbeaf846c7bf0f8edc136e957880155a596b91d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393569444644394131424543373736374442302f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="CreateClass.png" title="CreateClass.png" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;This creates a new class in the project manager....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: center"&gt;&lt;IMG src="https://ip1.i.lithium.com/a692bd30ec7dc3f49a470c511d745960ae3db356/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393669464345334244303039343032323333312f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Project.png" title="Project.png" align="CENTER" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: left"&gt;Thanks Corny for your help so far!.... now the cherry on top would be to programmaticly set the access scope of the internal virtual folder of the newly created class.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:12:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069885#M474133</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069898#M474141</link>
      <description>&lt;P&gt;Hey, I am getting the hang of this... thought it would be alot harder, but five minutes later I got it working. The trick is to set the access scope using a method from LVClassLibrary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/916b2186db4ed92a09395e25ae32f846c6e5aa81/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393769434545453533443531464639443938302f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="ClassAndPrivateVFolder" title="ClassAndPrivateVFolder" align="CENTER" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This then creates the following..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: center"&gt;&lt;IMG src="https://ip1.i.lithium.com/f966698efdfb0fea643b0c5e465cc56c6bfe4446/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313035393869313336383232313546424546334130412f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="ProjectWindow.png" title="ProjectWindow.png" align="CENTER" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: center"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: left"&gt;Again, thanks for all the help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:32:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069898#M474141</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T18:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069908#M474145</link>
      <description>&lt;P&gt;Hi WireJunky,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you have license to mark your reply as the solution (unless you want to mark corny's &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:38:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069908#M474145</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2010-02-10T18:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069916#M474150</link>
      <description>&lt;P&gt;cool. Using the name of the object in memory to add it to the project! didnt know that was possible - learned something new &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://ni.lithium.com/i/smilies/16x16_smiley-tongue.gif" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps even the LVClassLibrary(Name) prop. node can be avoided since you already know the name? (will try this, and ofcourse see what will happen with more items with the same name (if thats a identifier, it should give an error?) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 19:04:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069916#M474150</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-10T19:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069919#M474151</link>
      <description>&lt;P&gt;Hi corny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just put the class name property in there because I was lazy&amp;nbsp;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-happy.gif" border="0" alt=":smileyhappy:" title="Smiley Happy" /&gt;, &lt;/P&gt;&lt;P&gt;you need to add the item using its full name -for the newly created class this would be "Test.lvclass"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 19:14:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069919#M474151</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T19:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069924#M474154</link>
      <description>&lt;P&gt;hehe, thanks. And to inform, it does give out an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#000000"&gt;Error 43 occurred at Invoke Node in Untitled 1&lt;BR /&gt;&lt;BR /&gt;Possible reason(s):&lt;BR /&gt;&lt;BR /&gt;LabVIEW:&amp;nbsp; Operation cancelled by user.&lt;BR /&gt;&lt;BR /&gt;Method Name: LabVIEW Class:Create&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with more than one classes with the same name. (dont ask me why its error 43 tho). Edit: The error only happends if one of the objects properties have been read, or written to, before creating a new one with the same name. &lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Corny on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 02-10-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 08:21 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Feb 2010 19:21:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069924#M474154</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-10T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069933#M474158</link>
      <description>&lt;P&gt;Trying to think if there exists a situation where you would want or would have two classes with the same name...&lt;/P&gt;&lt;P&gt;cant think of any, &amp;nbsp;but I could be wrong. Now I wonder if it isn't possible to create some override vi's programmaticly. &lt;/P&gt;&lt;P&gt;The first step would be setting the&amp;nbsp;parent of the newly created class and then... &amp;nbsp;somehow create those override vis&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 19:31:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069933#M474158</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069939#M474163</link>
      <description>hehe, no there really is no point in doing that. but what the heck, just wanted to see if it happends (In case youll get a typ'o (or wire'o) its good to know). Love trying out stupid stuff &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 10 Feb 2010 19:43:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069939#M474163</guid>
      <dc:creator>Corny</dc:creator>
      <dc:date>2010-02-10T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add new class to project programmaticly</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069969#M474184</link>
      <description>&lt;P&gt;Think Ive hit the end of the road with this&amp;nbsp;endeavor, there are no methods or properties that set the parent of the created class. &lt;/P&gt;&lt;P&gt;There is a property to get the parent, but not to set it. Anyway, was worth a try....&amp;nbsp;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" /&gt;&amp;nbsp;- hope someone can prove me wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least Ill be able now to create a empty class skeleton with some commonly used virtual folders to organize things nicely &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:14:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Add-new-class-to-project-programmaticly/m-p/1069969#M474184</guid>
      <dc:creator>WireJunky</dc:creator>
      <dc:date>2010-02-10T20:14:21Z</dc:date>
    </item>
  </channel>
</rss>

