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.
Autodesk.AutoCAD.DatabaseServices.ActionsToEvaluateCallback
Public abstract Class ActionsToEvaluateCallback Inherits IDisposable
public abstract class ActionsToEvaluateCallback : IDisposable;
Comments? |