results

hi,

Does We get all the search results in object browser?,suppose i am searching bykeyword, curve(it doesnt show UF_MODL_ask_curve_props).Or there is any setting in visual studio to get wrapper functions in object browser ?
thanks

"Is there a setting in VS to get the wrapper functions in the object browser"

Probably not. If you need to search for a wrapper function, I'd suggest opening the .net API reference from the NX help and searching it.

The "wrapped" functions are visible in the Vis Studio Object Browser. They are in the NXOpen.UF namespace. For example, UF_MODL_ask_curve_props is a member function in the NXOpen.UF.UFModl class.