DsInqRendererId(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DsInqRendererId − Return the renderer identifier of a named renderer
SYNOPSIS
C:
DtInt DsInqRendererId(renderer_name)
DtPtr renderer_name;
FORTRAN:
INTEGER∗4 DSQRI(RENNME, N)
CHARACTER∗N RENNME
DESCRIPTION
DsInqRendererId returns the integer identifier of the renderer with the string name renderer_name. If renderer_name is not the name of a renderer installed in the current Doré system, DsInqRendererId returns -1. The renderer identifier can be used to select the renderer with DvSetRendStyle <DVSRS>.
FORTRAN SPECIFIC
The RENNME parameter is the renderer name string, which is N characters long.
SEE ALSO
DsInqNumRenderers(3D), DsInqRendererNames(3D), DvInqRendStyle(3D)
September 02, 1992