interface.elem.next

Syntax

ienext := interface.elem.next(ie)

Get the next interface element after ie in the list of all interface elements that are part of an interface. Will return null if no more interface elements follow. This function should be considered deprecated; it is provided mostly for backwards compatibility with old data files. Instead, see the ForEach Loop statement and the interface.elem.list function. See also the interface.elem.head function.

Returns:

ienext - interface element pointer

Arguments:

ie - interface element pointer