ImportViewDisplayMode through Python?

Is it possible to import a display mode through Python the same way as through rhinoscript’s Rhino.ImportViewDisplayMode(fileName, True) ?

I expected to find something in Rhino Common, but I couldn’t.
(In Holomark2 I worked around this by adding data to the header of the .ini files, so I would like to to it with out doing than)

Found it.
Rhino.Display.DisplayModeDescription.ImportFromFile(filename)

1 Like