Daylight v4.9 Release Date: 1 February 2008 Namedt_visible - retrieve the visible attribute of an atom in a depictionGeneric Prototypedt_visible(dt_Handle, dt_Handle) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_visible(dt_Handle depiction, dt_Handle atom) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_visible(depiction, atom) integer*4 depiction integer*4 atom DescriptionGets the value of the visible attribute of the atom in the depiction.Return ValueReturns TRUE if the atom in the depiction is visible. For all other object types, this property is defined as FALSE.Related Topicsdt_setvisible(3) |