All Microstation V8 basic macros examples related with tags give out the message "Object variable not set"
Even the simplest example :
Sub main Dim inElem as MbeElement if inElem.isTagged = 1 then End If End Sub
Have you any idea why?
Thank you.
All Microstation V8 basic macros examples related with tags give out the message "Object variable not set"
Even the simplest example :
Sub main Dim inElem as MbeElement if inElem.isTagged = 1 then End If End Sub
Have you any idea why?
Thank you.