Daylight v4.9
Release Date: 1 February 2008

Name

dt_visible - retrieve the visible attribute of an atom in a depiction

Generic Prototype

dt_visible(dt_Handle, dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_visible(dt_Handle depiction, dt_Handle atom)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_visible(depiction, atom)

integer*4 depiction integer*4 atom

Description

Gets the value of the visible attribute of the atom in the depiction.

Return Value

Returns TRUE if the atom in the depiction is visible. For all other object types, this property is defined as FALSE.

Related Topics

dt_setvisible(3)