Daylight v4.9 Release Date: 1 February 2008 Namedt_type - return the type of an objectGeneric Prototypedt_type(dt_Handle) => dt_IntegerC Prototype#include "dt_smiles.h"dt_Integer dt_type(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_type(object) integer*4 object DescriptionDetermines the type of the given object.Return ValueReturns the type of the given object, represented as an integer. Returns -1 if an error is detected.Related Topicsobject_type, dt_invalid(3) dt_typename(3) |