What is a good method to get a list of the loaded classes, types, ULs from multiple calls to LoadDictionary?
I am loading the dict.xml plus my own dictionary.
I would like to be able to search through the ULs and classes to extract/search the names, lengths, etc....
I dont beleive using LoadDictionary() returns any pointers to a list.
I would prefer to not read in and parse the xml files. Im hoping this is done by mxflib
thanks