EISDatapointIsActive(Limits) Method |
Checks if the point is active based on the
Active property and the frequency limits.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IsActive(
Limits frequencyLimits
)
Public Function IsActive (
frequencyLimits As Limits
) As Boolean
Dim instance As EISDatapoint
Dim frequencyLimits As Limits
Dim returnValue As Boolean
returnValue = instance.IsActive(frequencyLimits)
Parameters
- frequencyLimits Limits
- The frequency limit.
Return Value
BooleanTrue if active, false if not.
See Also