Daylight v4.9
Release Date: 1 February 2008

Name

dt_reset - reset the iteration state of a compound object

Generic Prototype

dt_reset(dt_Handle) => dt_Boolean

C Prototype

#include "dt_smiles.h"

dt_Boolean dt_reset(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

logical dt_f_reset(object)

integer*4 object

Description

Resets the sequence or stream so that it begins again with the first item.

Return Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_alloc_seq(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_next(3) dt_append(3) dt_delete(3) dt_insert(3) dt_seqsort(3) dt_stream(3) dt_toend(3)