GINO Graphics Suite - GINO v9.0  

gSetPolygonIdent

Syntax

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

Arguments

ident
Current polygon identifier

Description

The routine gSetPolygonIdent() defines the current polygon identifier which is the number assigned to a polygon when it is closed. The default current polygon identifier is 0.

See Also

gSetPolygonIdent Usage