Daylight v4.9
Release Date: 1 February 2008

Name

dt_owner - return the owner attribute of a datatype

Generic Prototype

dt_owner(dt_Handle) => dt_String

C Prototype

#include "dt_thor.h"

dt_String dt_owner(dt_Integer *len, dt_Handle datatype)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_owner(datatype, string)

integer*4 datatype
character*() string

Description

Finds the datatype owner of the datatype (TYP_DATATYPE) object (the _O<> dataitem from the datatype definition TDT).

Return Value

Returns a string tag. For objects other than datatype, the owner is defined as the 'invalid string'.

Related Topics

dt_briefname(3) 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_summary(3) dt_tag(3)