GINO Graphics Suite - GINO v9.0  

gRemoveSegGroup

Syntax

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

Arguments

ngrp
Segment group number

= -1, Remove all segment groups

Description

The routine gRemoveSegGroup() removes segment group ngrp. Further references to segment ngrp will be treated as references to a single segment. If ngrp is set to -1, gRemoveSegGroup() removes all segment groups.

See Also

gRemoveSegGroup Usage
gDefineSegGroup