Daylight v4.9 Release Date: 1 February 2008 Namedt_setisomeric - specify the isomeric attribute for a depictionGeneric Prototypedt_setisomeric(dt_Handle, dt_Boolean) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_setisomeric(dt_Handle depiction, dt_Boolean value) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_setisomeric(depiction, value)
integer*4 depiction
DescriptionSets the value of the isomeric attribute of the depiction to 'value'. A value of TRUE means that isomeric information will be drawn.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_isomeric(3) |