Daylight v4.9
Release Date: 1 February 2008

Name

dt_frame - retrieve the frame attribute of a depiction

Generic Prototype

dt_frame(dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_frame(dt_Handle depiction)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_frame(depiction)

integer*4 depiction

Description

Gets the frame attribute for the depiction.

Return Value

Returns the frame attribute for the depiction. For all other object types, this property is defined as FALSE.

Related Topics

dt_framega(3) dt_setframe(3) dt_setframega(3)