Vb.net code

Hello All,

I am new in Nx open.
i am looking for the taking input for one property on part (leaf) level from Assembly.
But I dont know how i can achive this, If anyone have some inputs on same please let me know, Also from where i get the Vb.net API ?

I'm not sure that I entirely understand what you are looking for. Can you provide some more detail? It sounds like you want to read an attribute of a component?

If so, the link below has some code that will allow the user to interactively select a component then it attempts to read an attribute of that component.

http://www.nxjournaling.com/comment/4332#comment-4332

The NXOpen API is a set of DLL files that are a part of the NX installation. If you use Microsoft's Visual Studio, there are some "wizards" that come with NX to help generate new NXOpen projects. I had these working on an older version of NX and they were really nice; but when I upgraded NX, I couldn't seem to get the new wizards working. I eventually abandoned them and just set up my own template project. Add references to the proper NX DLL files and it should work.
NXOpen.dll
NXOpen.UF.dll
NXOpenUI.dll
NXOpen.Utilities.dll