ncl_gcsgwk (3) - Linux Manuals
ncl_gcsgwk: copies a GKS segment to a GKS
NAME
GCSGWK (Copy segment to workstation) - copies a GKS segment to a GKS workstation.SYNOPSIS
CALL GCSGWK(WKID,SGNA)C-BINDING SYNOPSIS
#include <ncarg/gks.h>void gcopy_seg_ws(Gint ws_id, Gint seg_name);
DESCRIPTION
- WKID
- (Integer, Input) - Specifies the workstation identifier (as defined in a GOPWK call) that is to receive the segment copy.
- SGNA
- (Integer, Input) - Identifies the segment that is to be copied to the specified workstation. SGNA must have been used in a previous call to GCRSG.
ACCESS
To use GKS routines, load the NCAR GKS-0A library ncarg_gks.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.