[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().