GINO Graphics Suite - GINO v9.0  

gEnqLineVis

Syntax

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

Arguments

vis
Current line visibility

= GOFF, Off
= GON, On

Description

The routine gEnqLineVis() returns the current setting for the line visibility. The default is for line visibility to be switched on. The line visibility may be changed by calling gSetLineVis().

See Also

gEnqLineVis Usage
gSetLineVis