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 ForEach Loop 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? ... | FLAC3D © 2019, Itasca | Updated: Feb 25, 2024 |