Description
AssocArray wraps the ObjectARX class AcDbAssocArrayActionBody. It has the object Id of the ID of an associative array (rectangular, polar or path array) and the ID of that associative array's corresponding AcDbAssocArrayActionBody, which is responsible for evaluating the array's parameters. It owns a AssocArrayParameters object to manipulate the parameters of the associative array.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.AssocArray
C#
public sealed class AssocArray;
Visual Basic
Public sealed Class AssocArray