GINO Graphics Suite - GINO v9.0  

gInterpretCGMElement

Syntax

[C/C++:]
void gInterpretCGMElement(int element);
[F90:]
subroutine gInterpretCGMElement(element)
integer, intent(in) :: element

Arguments

element
CGM element identifier

Description

When interpreting a CGM metafile element by element and having obtained the next element identifier using gGetCGMElement(), this may be interpreted with this routine.

The element may produce graphical output or change the state of the currently nominated device depending on the element. The CGM file must be opened using the routine gOpenCGMFile().

See Also

gInterpretCGMElement Usage
gOpenCGMFile
gGetCGMElement