GINO Graphics Suite - GINO v9.0  

gEnqSavdraDimension

Syntax

[C/C++:]
void gEnqSavdraDimension(GFILE *fp, int *type, GDIM *dim);
[F90:]
subroutine gEnqSavdraDimension(unit, type, dim)

integer, intent(in) :: unit
integer, intent(out) :: type
type (GDIM), intent(out) :: dim

Arguments

fp
GINO-C file pointer

unit
Fortran 90 File unit

type
Type of SAVDRA metafile

= 1, SAVDRA metafile
= 2, SAVPIC metafile

dim
Paper size of SAVDRA metafile

Description

The routine gEnqSavdraDimension() returns the type and paper limits of a GINO SAVDRA metafile without interpreting the whole file.

The metafile should be opened prior to calling this routine using the function gFopen(), with the file pointer or unit number passed as appropriate.

See Also

gEnqSavdraDimension Usage
gFopen