Click or drag to resize

EISDatapointIsActive(Double, Double) Method

Checks if the point is active based on the Active property and the frequency limits.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool IsActive(
	double lowerFrequencyLimit,
	double upperFrequencyLimit
)

Parameters

lowerFrequencyLimit  Double
The lower frequency limit.
upperFrequencyLimit  Double
The upper frequency limit.

Return Value

Boolean
True if active, false if not.
See Also