Click or drag to resize

EISDatapointIsActive(Limits) 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(
	Limits frequencyLimits
)

Parameters

frequencyLimits  Limits
The frequency limit.

Return Value

Boolean
True if active, false if not.
See Also