GINO Graphics Suite - GINO v9.0  

gEnqOpenSeg

Syntax

[C/C++:]
void gEnqOpenSeg(int *nseg);
[F90:]
subroutine gEnqOpenSeg(nseg)
integer, intent(out) :: nseg

Arguments

nseg
Currently opened segment

Description

The routine gEnqOpenSeg() returns the currently opened segment as set by the routine gOpenSeg(). If no segment is currently open nseg returns a value of zero.

See Also

gEnqOpenSeg Usage
gOpenSeg