Click or drag to resize

EISRawDataCollectionAddRange Method

Add a list of items to the collection.

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

Parameters

items  IEnumerableEISRawData
The items.
See Also