Share

ActionsToEvaluateCallback Class

Description

AcDbActionsToEvaluateCallback Wrapper This callback is used by AssocAction::getDependentActionsToEvaluate() method to inform about other actions, dependencies or arbitrary objects that should also be evaluated because they depend on the given action that is to be evaluated.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.ActionsToEvaluateCallback

Visual Basic

Public abstract Class ActionsToEvaluateCallback
Inherits IDisposable

C#

public abstract class ActionsToEvaluateCallback : IDisposable;

Links

ActionsToEvaluateCallback Methods

Was this information helpful?