We need to have the actual view width of the graphics area (minus toolbars/palettes) as a system variable similar to ViewSize. It is impossible to exactly duplicate the command-line version of saving a named view to the current view via ActiveX. This is because there is no way to determine the width of the graphics area via system variables. ScreenSize includes docked toolbars, which throws off the calculation of the view Width property in the following formula: Width = ScreenSize(x) * (ViewSize/ScreenSize(y)).