Common Application Framework

Command.DetachExecutor Method 

Detach a CommandExecutor derived class from the command

public void DetachExecutor(
   CommandExecutor executor
);

Parameters

executor
The CommandExecutor derived class to detach.

See Also

Command Class | Aveva.ApplicationFramework.Presentation Namespace