Daylight v4.9
Release Date: 1 February 2008

Name

dt_label1ga - retrieve the graphics attribute of a string label

Generic Prototype

dt_label1ga(dt_Handle, dt_Handle) => dt_Integer

C Prototype

#include "dt_depict.h"

dt_Integer dt_label1ga(dt_Handle depiction, dt_Handle object)

FORTRAN Prototype

include 'dt_f_depict.inc'

integer*4 dt_f_label1ga(depiction, object)

integer*4 depiction
integer*4 object

Description

Gets the graphics attribute of the first string label associated with the given object 'object' in the depiction 'depiction'.

Return Value

Returns the graphics attribute. For all other objects, this property is defined as -1.

Related Topics

dt_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)