API Reference > Functions > SDAI > sdaiResetArrayIndex Function
sdaiResetArrayIndex Function
Syntax
C++
void sdaiResetArrayIndex(SdaiArray array, SdaiAggrIndex lower, SdaiAggrIndex upper);

sdai.h

Parameters 
Description 
SdaiArray array 
[in] An array.  
SdaiAggrIndex lower 
[in] A new lower index value to be set.  
SdaiAggrIndex upper 
[in] A new upper index value to be set. 

Resets the index for a specified array: changes the lower and upper bounds of the index value.

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