Update a value within the message at the specified index.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public virtual void UpdateDataAt(
	int index,
	Object value
)
Visual Basic (Declaration)
Public Overridable Sub UpdateDataAt ( _
	index As Integer, _
	value As Object _
)
Visual C++
public:
virtual void UpdateDataAt(
	int index, 
	Object^ value
)

Parameters

index
Type: System..::.Int32
The zero-based index of the element to update.
value
Type: System..::.Object
The value to update the element with.

See Also