Daylight v4.9 Release Date: 1 February 2008 Namedt_schematic - retrieve the schematic attribute of a depictionGeneric Prototypedt_schematic(dt_Handle) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_schematic(dt_Handle depiction) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_schematic(depiction) integer*4 depiction DescriptionGets the value of the schematic attribute of the depiction.Return ValueReturns TRUE if the depiction is simplified to a schematic (normal carbons suppressed, no circles in aromatic rings, etc). For all other object types, this property is defined as FALSE.Related Topicsdt_alloc_depiction(3) dt_setschematic(3) |