LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Refnum

Solved!
Go to solution

 

How to create.NET Refnum? I searched it through function   in LabVIEW, but it is not available.

Is it OK to Start with .NET Refnum, When I start LabVIEW integration with a dll

 

 

 

Regards,

Rathan


 

 

 

 

 

0 Kudos
Message 1 of 2
(3,448 Views)
Solution
Accepted by topic author Pahee

That depends on the class.

 

If the class requires a constructor, you need to use the constructor node and select one of the constructors from the list. This will give you a reference you can use.

 

Some classes are static and don't require calling a constructor. You can use those by dropping a property node, right clicking and selecting Select Class>>.NET>>Browse...

 

 

If you have no experience working with .NET, you should look for some examples and tutorials on this site.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(3,441 Views)