GINO Graphics Suite - GINO v9.0  

gSkipCGMElement

Syntax

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

Arguments

element
CGM element identifier

Description

The routine gSkipCGMElement() skips a CGM element when interpreting a CGM metafile element by element, having obtained the next element identifier using gGetCGMElement().

The CGM file must be opened using the routine gOpenCGMFile().

See Also

gSkipCGMElement Usage
gOpenCGMFile
gGetCGMElement