Daylight v4.9
Release Date: 1 February 2008

Name

dt_type - return the type of an object

Generic Prototype

dt_type(dt_Handle) => dt_Integer

C Prototype

#include "dt_smiles.h"

dt_Integer dt_type(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_type(object)

integer*4 object

Description

Determines the type of the given object.

Return Value

Returns the type of the given object, represented as an integer. Returns -1 if an error is detected.

Related Topics

object_type, dt_invalid(3) dt_typename(3)