Daylight v4.9
Release Date: 1 February 2008

Name

dt_setframe - specify the frame attribute of a depiction

Generic Prototype

dt_setframe(dt_Handle, dt_Boolean) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_setframe(dt_Handle depiction, dt_Boolean value)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_setframe(depiction, value)

integer*4 depiction
logical value

Description

Sets the frame attribute to 'value' for the depiction.

Return Value

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

Related Topics

dt_alloc_conformation(3) dt_alloc_depiction(3) dt_frame(3) dt_framega(3) dt_setframega(3)