Daylight v4.9 Release Date: 1 February 2008 Namedt_compressed - retrieve the compressed attribute of a depictionGeneric Prototypedt_compressed(dt_Handle) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_compressed(dt_Handle depiction) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_compressed(depiction) integer*4 depiction DescriptionGets the value of the compressed attribute of the depiction.Return ValueReturns TRUE if chains of like atoms are compressed in the depiction. For all other object types, this property is defined as FALSE.Related Topicsdt_setcompressed(3) |