zone.next
Syntax
- znext = zone.next(z)
Get the next zone after z in the list of all zones in the model. Will return null if no more zones follow. This function should be considered deprecated; it is provided mostly for backward compatibility with old data files. Instead, see the c loop foreach statement and the
zone.list
andzone.head
functions.Returns: znext - the next zone in the list, or null Arguments: z - a pointer to a zone
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |