Daylight v4.9 Release Date: 1 February 2008 Namedt_label2ga - retrieve the graphics attribute of a string labelGeneric Prototypedt_label2ga(dt_Handle, dt_Handle) => dt_IntegerC Prototype#include "dt_depict.h"dt_Integer dt_label2ga(dt_Handle depiction, dt_Handle object) FORTRAN Prototypeinclude 'dt_f_depict.inc'integer*4 dt_f_label2ga(depiction, object)
integer*4 depiction
DescriptionGets the graphics attribute of the second 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_label1ga(3) dt_label2(3) dt_setlabel1(3) dt_setlabel2(3) dt_setlabel1ga(3) dt_setlabel2ga(3) |