How to create a circular array using NX open

Hi,
i'm new in NX.
I'm using NX 7.5.
I would know if anyone has ever used nxopen (C++) to create a circular array of features. Since journaling of this command is not allowed on NX, can anyone show me a piece of NXopen code implementing the circular array feature?
thanks

Journaling of arrays is not available, i have faced the similar problem long back, what solution i opted was i just added equivalent features what my array size requires

Could you not use "instance geometry" instead? I know that you can not make arrays in that but you could add the array code into your journal to make multiple copies.