Function: AXCOORD Purpose: Returns the coordinate type and units as returned by cotrans. Category: PHYSICAL COORDINATES File: cotrans.c Author: K.G. Begeman Declaration: INTEGER AXCOORD Use: INTEGER AXCOORD( SET , Input CHARACTER*(*) AXNUM , Input INTEGER TYPE , Output CHARACTER*(*) UNIT , Output CHARACTER*(*) COLEV ) Output INTEGER AXCOORD Returns: 0 successful return of axis units. 1 a cotrans error occured. 2 axis not present in set. 3 output character string not large enough. SET Name of GDS database. AXNUM Axis number for which the units should be returned. TYPE The axis name (type) as used by cotrans). UNIT The physical units of the axis (as returned by cotrans). COLEV Returns 1 when primary axis was used, 2 when secondary axis was used. Updates: Feb 18, 1991: KGB Original document.