Class Hierarchy
AcRxObject AcDbAssocArrayParameters AcDbAssocArrayCommonParameters
C++
class AcDbAssocArrayParameters : public AcRxObject;
File
AcDbAssocArrayParameters.h
Description
AcDbAssocArrayParameters provides an interface for manipulating array parameters. Its derived classes implement logic for providing array item transforms as well as grip manipulation. AcDbAssocArrayActionBody owns the object of this class and uses its methods to evaluate the entire array. This class can also be used by a UI module to access parameters or provide jigging effects. This class provides two kinds of parameters, value parameters and geometry parameters.
Remarks
Deriving from this class is not supported.