Hello,
Is it possible to rename variables based on structure datatypes by using the addin-framework?
Simple datatypes like i.e. bool is working, but when retrieving all variables I only get the subvariables from the structures. These cannot be renamed of course.
In other words I need to get a list of all variables based on structure datatypes without the structure element variables.
For now I have solved this in the project SQL tables. But I prefer to do it outside the database with the API.