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

sdai.h

Parameters 
Description 
SdaiIterator iterator 
[in] An iterator that defined the position of the element in the array.  

sdaiTRUE if the element with the specified index has a set value; otherwise, the function returns sdaiFALSE.

Determines whether the element value in a specified array is set. The element of the array is determined with an iterator object.

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