Daylight v4.9
Release Date: 1 February 2008

Name

dt_isomeric - retrieve the isomeric attribute of a depiction

Generic Prototype

dt_isomeric(dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_isomeric(dt_Handle depiction)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_isomeric(depiction)

integer*4 depiction

Description

Gets the value of the isomeric attribute of the depiction.

Return Value

Returns TRUE if the depiction contains isomeric information. For all other object types, this property is defined as FALSE.

Related Topics

dt_alloc_depiction(3) dt_setisomeric(3)