API Reference > Functions > SDAI > sdaiTestArrayByIndex Function
sdaiTestArrayByIndex Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiTestArrayByIndex(SdaiArray array, SdaiAggrIndex index);

sdai.h

Parameters 
Description 
SdaiArray array 
[in] An array that contains the element.  
SdaiAggrIndex index 
[in] An index of the array element.  

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.

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