Updates this interaction with the specified interaction envelope.
| C# | Visual Basic | Visual C++ |
void Update( IEnvelope<IInteraction> interactionEnvelope )
Sub Update ( _ interactionEnvelope As IEnvelope(Of IInteraction) _ )
void Update( IEnvelope<IInteraction^>^ interactionEnvelope )
- interactionEnvelope (IEnvelope<(Of <(IInteraction>)>))
- The interaction envelope.