LabVIEWParameterElement.UpdateClusterMapping

Syntax

LabVIEWParameterElement.UpdateClusterMapping( sequenceContext)

Return Value

Boolean

Returns True if the method updates any expression values for the elements of the cluster parameter element.

Purpose

Updates the expression values for all the cluster parameter elements when the parameter specifies an expression value that evaluates to a named data type and the data type enables cluster passing.

Remarks

This method is valid only on cluster parameter elements.

Parameters

sequenceContext As SequenceContext

[In] Specifies the sequence context that the dialog box uses to evaluate all value expressions. You can use the Engine.NewEditContext method to obtain an edit-time sequence context.

See Also

Engine.NewEditContext

LabVIEWParameterElement.Type

SequenceContext