Interface ISessionCommand
- Namespace
- Hi.SessionCommands
- Assembly
- HiNc.dll
Interface for commands that can be executed in a machining session.
public interface ISessionCommand : IMakeXmlSource
- Inherited Members
- Extension Methods
Methods
Run(SessionShell)
Runs the command, delegating execution to the provided session shell.
IEnumerable<Action> Run(SessionShell sessionShell)
Parameters
sessionShellSessionShellSession shell that exposes the machining facade to commands.
Returns
- IEnumerable<Action>
Sequence of actions to be executed.