interface.elem.next
Syntax
- ienext = interface.elem.next(ie)
Get the next interface element after ie in the list of all interface elements in the model. 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 c loop foreach statement and the
interface.elem.list
function. See also theinterface.elem.head
function.Returns: ienext - interface element pointer Arguments: ie - interface element pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |