SportTracks 2.0 API
SetValueAt Method (index, value)
SportTracks 2.0 APIZoneFiveSoftware.Common.DataNumericTimeDataSeriesSetValueAt(Int32, Single)
Set the value at the specified index position.
Declaration Syntax
C#Visual Basic
public void SetValueAt(
	int index,
	float value
)
Public Sub SetValueAt ( _
	index As Integer, _
	value As Single _
)
Parameters
index (Int32)
The index position. Must be less than Count.
value (Single)
The value

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983