Click or drag to resize

EISMetaDatapointCollectionAddRange 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<EISMetaDatapoint> items
)

Parameters

items  IEnumerableEISMetaDatapoint
The items.
See Also