ScrGetCurrentViewingWindow
|
Returns the position of the viewing window. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetCurrentViewingWindow(<units>) |
| Parameters: |
BSTR units |
| Return Value: |
ARRAY containing X,Y coordinates. Results can be used with ScrFitToViewingWindow. |
| VB Example: |
obj.ScrGetCurrentViewingWindow("um") |
| IPY Example: |
oDoc.ScrGetCurrentViewingWindow('um') |