Daylight v4.9
Release Date: 1 February 2008

Name

dt_setga - specify the graphics attribute of an object in a depiction

Generic Prototype

dt_setga(dt_Handle, dt_Handle, dt_Integer) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_setga(dt_Handle depiction, dt_Handle object, dt_Integer value)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_setga(depiction, object, value)

integer*4 depiction
integer*4 object
integer*4 value

Description

Sets the graphics attribute associated with the object 'object' in the depiction 'depiction' to the value 'value'.

Return Value

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

Related Topics

dt_ga(3)