[F90:]subroutine gGetCGMElement(element) integer, intent(out) :: element
Arguments
element
CGM element identifier
Description
When interpreting a CGM metafile element by element, gGetCGMElement() is used to find the identifier of the next element in the file. This element may then be interpreted or skipped using the routines gInterpretCGMElement() and gSkipCGMElement() respectively.
The CGM file must be opened using the routine gOpenCGMFile().