Function: AXPROPS Purpose: Return structure with axis properties for a set. Category: FILES, IMAGE-IO, USER-INTERFACE File: axprops.c Author: M.G.R. Vogelaar Use: #include "axprops.h" int r; fchar Setin; atype axis[10]; char errmes[80]; r = axprops( Setin, axis, errmes ); anyoutf( 0, "name: %s", axis[0].name ); The struct 'atype' has members: int blo; int bhi; char name[20]; Description: If the input set exists, return the number of axes in the set. Else return 0 and a message which contains the error description. Updates: Nov 5, 1999: VOG, Document created.