Daylight v4.9
Release Date: 1 February 2008

Name

dt_typename - return the type name of an object

Generic Prototype

dt_typename(dt_Handle) => dt_String

C Prototype

#include "dt_smiles.h"

dt_String dt_typename(dt_Integer *len, dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_typename(object, string)

integer*4 object
character*() string

Description

Determines the typename of the given object.

Return Value

Returns the typename of the given object, represented as an string.

Related Topics

object_type, dt_type(3)