AcDbAssocActionBody::evaluateDependencyOverride Method   

virtual Acad::ErrorStatus evaluateDependencyOverride(
    AcDbAssocDependency* pDependency
);
Description

This function is called by the corresponding method of the parent AcDbAssocAction class that owns this action body object: AcDbAssocAction::evaluateDependency Method

Override this function to provide custom action functionality that is only available together with the application code. See AcDbAssocActionBody Class.

Links