Always getting ModelSpace view
Q: We always get ModelSpace view, but that can have a lot of extra stuff in it. How do we make sure we get Layout1?
A: If you don’t list a view it will open in the Last Saved View, whatever was being looked at when the drawing was saved. You can also specify this using -last
-
If you want ModelSpace, use -model
-
If you want PaperSpace, use -paper
-
If you want a particular layout, use -layout=name
Please reference the AutoXchange 2023 Techdocs for Parameter Interface controls.