API Reference > Functions > SDAI > sdaiNext Function
sdaiNext Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiNext(SdaiIterator iterator);

sdai.h

Parameters 
Description 
SdaiIterator iterator 
[in] An iterator to set the position.  

sdaiTRUE if the next element exists and became the current; otherwise, the function returns sdaiFALSE.

Moves the position of a specified iterator to the next element in the aggregate instance.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.