Daylight v4.9
Release Date: 1 February 2008

Name

dt_briefname - retrieve the datatype's briefname

Generic Prototype

dt_briefname(dt_Handle) => dt_String

C Prototype

#include "dt_thor.h"

dt_String dt_briefname(dt_Integer *len, dt_Handle object)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_briefname(object, string)

integer*4 object
character*() string

Description

Returns the datatype's briefname (the _B<> dataitem in the datatype's definition TDT) of the object. 'object' may be datafield or fieldtypes (THOR) and columns or fieldtypes (Merlin).

Return Value

Returns a string. For objects other than datafields, fieldtypes, and columns, the briefname is defined as the 'invalid string'.

Related Topics

dt_comments(3) dt_datatype(3) dt_description(3) dt_dfnorm(3) dt_dfnormdata(3) dt_fieldtype(3) dt_getdatatype(3) dt_membership(3) dt_owner(3) dt_summary(3) dt_tag(3)