Daylight v4.9
Release Date: 1 February 2008

Name

dt_setschematic - specify the schematic attribute of a depiction

Generic Prototype

dt_setschematic(dt_Handle, dt_Boolean) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_setschematic(dt_Handle depiction, dt_Boolean value)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_setschematic(depiction, value)

integer*4 depiction
logical value

Description

Sets the value of the schematic attribute of the depiction to 'value'. A value of TRUE means that the depiction is simplified to a schema.

Return Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_schematic(3)