Rename variable based on structure datatype in editor wizard
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.
This is a migrated post! Originally posted on 02.08.2019 by user bartsmets. Please be aware that information can be outdated.