void pinq_dyns_ws_attrs(
Pint ws_type, /* workstation type */ Pint *error_ind, /* (out) error indicator */ Pdyns_ws_attrs *attr /* (out) attributes dynamics */
)
typedef struct {
Pdyn_mod line_bundle; /* polyline representation */
Pdyn_mod marker_bundle; /* polymarker representation */
Pdyn_mod text_bundle; /* text representation */
Pdyn_mod int_bundle; /* interior representation */
Pdyn_mod edge_bundle; /* edge representation */
Pdyn_mod pat_rep; /* pattern representation */
Pdyn_mod colr_rep; /* colour representation */
Pdyn_mod view_rep; /* view representation */
Pdyn_mod ws_tran; /* workstation transformation */
Pdyn_mod highl_filter; /* highlight filter */
Pdyn_mod invis_filter; /* invisibility filter */
Pdyn_mod hlhsr_mode; /* HLHSR mode */
} Pdyns_ws_attrs;
typedef enum {
PDYN_IRG,
PDYN_IMM,
PDYN_CBS
} Pdyn_mod;
The data is read from the workstation description table of type ws_type.