GINO Graphics Suite - GINO v9.0  

gEnqPointMode

Syntax

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

Arguments

switch
Point storage mode

= GOFF, Switch point storing off
= GSPACE, Points stored in space coordinates
= GPICTURE, Points stored in picture coordinates

Description

The routine gEnqPointMode() returns the current point storage mode.

See Also

gEnqPointMode Usage
gSetPointMode