Daylight v4.9
Release Date: 1 February 2008

Name

dt_framega - retrieve the graphics attribute of the depiction frame

Generic Prototype

dt_framega(dt_Handle) => dt_Integer

C Prototype

#include "dt_depict.h"

dt_Integer dt_framega(dt_Handle depiction)

FORTRAN Prototype

include 'dt_f_depict.inc'

integer*4 dt_f_framega(depiction)

integer*4 depiction

Description

Gets the graphics attribute for the frame of the depiction.

Return Value

Returns the graphics attribute of the depiction. For all other objects, this property is defined as 0.

Related Topics

dt_alloc_depiction(3) dt_frame(3) dt_ga(3) dt_setframe(3) dt_setframega(3) dt_setga(3)