Hi, I am using vb.net win form to do some work with rhino via following way:
objRhino = CreateObject("Rhino.Interface")
rh = objRhino.GetScriptObject
but not like the rhinocommon when it be imported, when you type rhino. there pup up the full list of members under rhinocommon, which is very helpful for coding.
but when use rhino automata, when I type “rh.”, there is no hint of any rhinoscript function, which is not easy to check any typing mistake.
Do anyone know how to make the coding hint work for rhinoscript in VB.net?