Use methods of classes derived from the OdDbAssocArrayParameters class to edit the values of the associative array parameters. Parameter values can be changed either before or after creating the associative array.
To get access to parameters after the associative array is created, use the OdDbAssocArrayActionBody:: parameters() method.
After executing the code sample, the polar array will be changed:
Example of changing parameters of a polar array
Editing Associative Array Parameters example
You can also find a code example illustrating how to edit parameters of an associative array in Drawing\Examples\ExCommands\ExArrayEdit.cpp.
This file contains a sample implementation for the ARRAYEDIT command.