Daylight v4.9 Release Date: 1 February 2008 Namedt_getdatatype - get a datatype definition associated with a tagGeneric Prototypedt_getdatatype(dt_Handle, dt_String) => dt_HandleC Prototype#include "dt_thor.h"dt_Handle dt_getdatatype(dt_Handle object, dt_Integer strlen, dt_String string) FORTRAN Prototypeinclude 'dt_f_thor.inc'integer*4 dt_f_getdatatype(object, string)
integer*4 object
DescriptionGets the datatype definition for the datatype identified by the tag 'string' from the database 'object'. Note that this function, called repeatedly with identical parameters, will return the identical handle. There is never more than one copy of a particular datatype object.Return ValueReturns a datatype handle. For objects other than databases or for tags which are not defined for a database, this property is defined as NULL_OB.Related Topicsdt_briefname(3) dt_datatype(3) dt_description(3) dt_dfnorm(3) dt_dfnormdata(3) dt_fieldtype(3) dt_summary(3) dt_tag(3) |