Is it possible to programmatically edit/modify Object Text/Object Heading?
If so, how do you do it? I can edit my other attributes just fine programmatically. I can edit the Object Text fine in DOORs, however not through DXL,
It says
“No access to modify attribute “Object Text””
Thanks
I never declared something like this
const Module currentModule = current
Instead, I just kept using the keyword “current” to refer to my current module.
After using the currentModule variable instead of “current” it fixed my problem.