Click or drag to resize

EISDatapointCollectionAddRange Method

Adds a list of items to the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void AddRange(
	IEnumerable<EISDatapoint> list
)

Parameters

list  IEnumerableEISDatapoint
The items to add.
See Also