Share

AcDbAssocArrayActionBody Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocActionBody
                AcDbAssocParamBasedActionBody
                    AcDbAssocArrayActionBody
                        AcDbAssocArrayModifyActionBody

C++

class AcDbAssocArrayActionBody : public AcDbAssocParamBasedActionBody;

File

AcDbAssocArrayActionBody.h

Description

AcDbAssocArrayActionBody is an associative action that can be evaluated to manage or position array items. Generally, this class manages assoc dependencies on various objects related to an associative array entity.

An array entity is generally represented as a block reference entity, which references an array block table record (array BTR). An array BTR contains a list of entities to represent items in the array. By default, this class represents an array item as an instance of AcDbBlocReference referencing a source block table record (source BTR) positioned at the item transform.

Derived classes may override array items and may choose to represent them differently.

Remarks

Currently, deriving from this class is not supported.

Links

AcDbAssocArrayActionBody Methods

Was this information helpful?