Daylight v4.9 Release Date: 1 February 2008 Namedt_setlabel2ga - specify the label graphics attribute for an object in a depictionGeneric Prototypedt_setlabel2ga(dt_Handle, dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_setlabel2ga(dt_Handle depiction, dt_Handle object, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_setlabel2ga(depiction, object, value)
integer*4 depiction
DescriptionSets the graphics attribute for the second string label associated with the given object 'object' in the depiction 'depiction'.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_label1(3) dt_label2(3) dt_label1ga(3) dt_label2ga(3) dt_setlabel1(3) dt_setlabel2(3) dt_setlabel1ga(3) |