Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveInteraction Method (interaction, childInteraction)
NamespacesGenesyslab.Desktop.Modules.Windows.Views.InteractionsIConsultControllerRemoveInteraction(IInteraction, IInteraction)
Removes the interaction.
Declaration Syntax
C#Visual BasicVisual C++
void RemoveInteraction(
	IInteraction interaction,
	IInteraction childInteraction
)
Sub RemoveInteraction ( _
	interaction As IInteraction, _
	childInteraction As IInteraction _
)
void RemoveInteraction(
	IInteraction^ interaction, 
	IInteraction^ childInteraction
)
Parameters
interaction (IInteraction)
The interaction.
childInteraction (IInteraction)
The child interaction.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)