Daylight v4.9 Release Date: 1 February 2008 Namedt_setga - specify the graphics attribute of an object in a depictionGeneric Prototypedt_setga(dt_Handle, dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_setga(dt_Handle depiction, dt_Handle object, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_setga(depiction, object, value)
integer*4 depiction
DescriptionSets the graphics attribute associated with the object 'object' in the depiction 'depiction' to the value 'value'.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_ga(3) |