LabVIEWNXGModule.HavePropertiesChanged

Syntax

LabVIEWNXGModule.HavePropertiesChanged( changedProperties, options = 0)

Return Value

Boolean

A Boolean value that indicates whether the method executed without errors.

Purpose

Returns the properties of a module that need to update. The methods only checks the properties that have been specified in the options parameter.

Parameters

changedProperties As Long

[Out] A long value that indicates which properties were updated. The value returned can be ORed with enumerators in the GetUpdatedStatusOptions to determine which properties have changed.

options As Long

[In] Specify the properties that need to be checked for changes using the CheckUpdatedStatusOption enum.

This parameter has a default value of 0 .

See Also

GetUpdatedStatusOptions

CheckUpdatedStatusOptions