Hi Manuel Höger,
You will want to create to create your own list and push entries found into it, like this:
ItemTypeLibraryPtr lib = Bentley::DgnPlatform::ItemTypeLibrary::FindByName(libname, *dgnfile);
list<WCharCP>* itemTypelist = new list<WCharCP…