Click or drag to resize

EISDatapointCollectionGetPart(EISDataPart, Limits) Method

Get a part of the data.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public IEnumerable<EISDatapoint> GetPart(
	EISDataPart part,
	Limits frequencyLimits
)

Parameters

part  EISDataPart
The data part.
frequencyLimits  Limits
The frequency limits.

Return Value

IEnumerableEISDatapoint
The datapoints corresponding to the part.
See Also