Autodesk.AutoCAD.DatabaseServices Namespace > AssocEvaluationCallback Class
AssocEvaluationCallback Class   
Description

This wraps the ObjectARX AcDbAssocEvaluationCallback class. 

A mechanism for AssocActions to notify about the progress of evaluation, to report success or failure, notify about which objects the action is going to use and modify, to allow the evaluation to be cancelled by the client, etc. 

Pointer to an object of AssocEvaluationCallback class in a mandatory argument to the AssocAction.Evaluate() method. AssocManager manages an ordered collection of global AssocEvaluationCallbacks grouped in an AssocEvaluationMultiCallback. AssocManager.EvaluateTopLevelNetwork() passes this multi-callback to the AssocAction.Evaluate() method of the top-level network.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.AssocEvaluationCallback
Visual Basic
Public abstract Class AssocEvaluationCallback
Inherits IDisposable
C#
public abstract class AssocEvaluationCallback : IDisposable;
Links
   Comments?