void pinq_edge_rep_plus(
Pint ws_id, /* workstation identifier */ Pint index, /* edge index */ Pinq_type type, /* type of returned values */ Pint *error_ind, /* (out) error indicator */ Pedge_bundle_plus *rep /* (out) edge representation */
)
typedef enum {
PINQ_SET,
PINQ_REALIZED
} Pinq_type ;
typedef struct {
Pedge_flag flag;
Pint type;
Pfloat width;
Pgcolr colr;
} Pedge_bundle_plus;
If the inquired information is available, the error indicator is returned as 0 and values are returned in the output parameters.
If the specified edge index is not present in the edge bundle table, and the specified type of returned value is REALIZED, the representation for edge index 1 is returned.
If the inquired information is not available, the values returned in the output parameters are implementation dependent and the error indicator is set to one of the following error numbers to indicate the reason for non-availability:
set edge representation plus, inquire predefined edge representation plus.