Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Update Method (interactionEnvelope)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionUpdate(IEnvelope<(Of <(IInteraction>)>))
Updates this interaction with the specified interaction envelope.
Declaration Syntax
C#Visual BasicVisual C++
void Update(
	IEnvelope<IInteraction> interactionEnvelope
)
Sub Update ( _
	interactionEnvelope As IEnvelope(Of IInteraction) _
)
void Update(
	IEnvelope<IInteraction^>^ interactionEnvelope
)
Parameters
interactionEnvelope (IEnvelope<(Of <(IInteraction>)>))
The interaction envelope.

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