Daylight v4.9 Release Date: 1 February 2008 Namedt_label1ga - retrieve the graphics attribute of a string labelGeneric Prototypedt_label1ga(dt_Handle, dt_Handle) => dt_IntegerC Prototype#include "dt_depict.h"dt_Integer dt_label1ga(dt_Handle depiction, dt_Handle object) FORTRAN Prototypeinclude 'dt_f_depict.inc'integer*4 dt_f_label1ga(depiction, object)
integer*4 depiction
DescriptionGets the graphics attribute of the first string label associated with the given object 'object' in the depiction 'depiction'.Return ValueReturns the graphics attribute. For all other objects, this property is defined as -1.Related Topicsdt_alloc_depiction(3) dt_ga(3) dt_label1(3) dt_label2(3) dt_label2ga(3) dt_setlabel1(3) dt_setlabel2(3) dt_setlabel1ga(3) dt_setlabel2ga(3) |