Daylight v4.9
Release Date: 1 February 2008

Name

dt_adjunct - retrieve the adjunct object of an object

Generic Prototype

dt_adjunct(dt_Handle) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_adjunct(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_adjunct(object)

integer*4 object

Description

Retrieves the object associated with 'object'. The adjunct is set with dt_setadjunct(3).

Note that as of version 4.51, this is functionally identical to: dt_handle(object, "adjunct"). That is, the functions dt_adjunct(3) and dt_setadjunct(3) are actually 'wrappers' which operate on the named property 'adjunct' in the toolkit.

Return Value

Returns the adjunct or NULL_OB if no adjunct has been set for 'object'.

Related Topics

dt_base(3) dt_setadjunct(3)