Daylight v4.9 Release Date: 1 February 2008 Namedt_datatype - find the datatype of an objectGeneric Prototypedt_datatype(dt_Handle) => dt_HandleC Prototype#include "dt_thor.h"dt_Handle dt_datatype(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_thor.inc'integer*4 dt_f_datatype(object) integer*4 object DescriptionFinds the datatype which is associated with the object. 'object' may be dataitems and datafields (THOR) or columns (Merlin).Return ValueReturns a datatype object. For object other than columns, dataitems, and datafields, this property is defined as NULL_OB.Related Topicsdt_briefname(3) dt_description(3) dt_dfnorm(3) dt_dfnormdata(3) dt_fieldtype(3) dt_getdatatype(3) dt_summary(3) dt_tag(3) |