Daylight v4.9 Release Date: 1 February 2008 Namedt_dfnormdata - retrieve extra data for a normalizationGeneric Prototypedt_dfnormdata(dt_Handle, dt_Integer) => dt_StringC Prototype#include "dt_thor.h"dt_String dt_dfnormdata(dt_Integer *len, dt_Handle object, dt_Integer norm) FORTRAN Prototypeinclude 'dt_f_thor.inc'integer*4 dt_f_dfnormdata(object, norm, string)
integer*4 object
DescriptionIf the given normalization has extra data, gets that data. Normalizations which have additional data are: DX_THOR_REGEXP, DX_THOR_INDIR, DX_THOR_MAKERXNMOL, DX_THOR_AUTOGEN, and DX_THOR_SMILES_NTUPLE.Return ValueReturns the additional data as a string. For all other objects, the dfnormdata is defined as the 'invalid string'.Related Topicsdt_briefname(3) dt_datatype(3) dt_description(3) dt_dfnorm(3) dt_fieldtype(3) dt_getdatatype(3) dt_summary(3) dt_tag(3) |