Share

AcDbAssocArrayActionBody::postProcessAfterDeepCloneOverride Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus postProcessAfterDeepCloneOverride(
    AcDbIdMapping& idMap
) override;

Description

This method is called by associative framework when any of the dependent entity is being cloned. This is override of base class method. See the description of AcDbAssocAction::postProcessAfterDeepClone for more info.

Parameters

Parameters Description
idMap The input AcDbIdMapping object.

Returns

Acad::ErrorStatus

Links

AcDbAssocArrayActionBody Class

Was this information helpful?