DgDelEleRange(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DgDelEleRange − Remove a range of elements from the currently open group
SYNOPSIS
C:
void DgDelEleRange(from, to)
DtInt from;
DtInt to;
FORTRAN:
CALL DGDER(FROM, TO)
INTEGER∗4 FROM
INTEGER∗4 TO
DESCRIPTION
DgDelEleRange deletes a range of elements between the specified locations, from and to, from the currently open group. If the from location is negative, elements will be deleted starting at the beginning of the group. If the to location is past the end of the group, elements will be deleted only to the end of the group. The element pointer will point to the element after the last one that was deleted.
ERRORS
DgDelEleRange will fail if no group is currently open.
[WARNING - a group is not currently open]
SEE ALSO
DgDelEle(3D), DgDelEleBetweenLabels(3D), DgEmpty(3D)
September 02, 1992