This Subroutine returns the Dimensions of the specified Viewport in the currently setup Viewport Mode (Text or Graphics).
Short Name Calling Sequence
STATUS = UIIQVD(VPRTID,XLOW,XHIGH,YLOW,YHIGH)
Long Name Calling Sequence
STATUS = UI_INQUIRE_VIEWPORT_DIMENSIONS(...)
Input Arguments
VPRTID (Integer) Viewport ID
Output Arguments
XLOW (Real) X Low Coordinate XHIGH (Real) X High Coordinate YLOW (Real) Y Low Coordinate YHIGH (Real) Y High Coordinate
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_VIEWPORT ) Illegal Viewport UIILVP )
Note: