Hi,
The GetChildByName method is marked as virtual, so you can override it in order to make it work with case insensitive names. If you are using the automatic map importer, you won't be able to use a custom class, so it's best to write your own GetChildByName method that loops through all elements in the diagram element collection and checks their names case insensitively.