Hello there!
I want to create new layout with Rhino API. Desired detail projection is isometric, but it is not specified in a list of possible arguments for DefinedViewportProjection. What did I miss and how to create isometric view?
[Upd] Looks like the solution is to create perspective view, and then use ChangeToParallelProjection method.