LabVIEWParameterElement.DisplayCreateCustomDataTypeDialog

Syntax

LabVIEWParameterElement.DisplayCreateCustomDataTypeDialog( sequenceContext)

Return Value

Boolean

Returns True if you click OK in the dialog box. False if you click Cancel .

Purpose

Launches the Create/Update Custom Data Type from Cluster dialog box, in which you configure a new custom data type or update an existing custom type.

Parameters

sequenceContext As SequenceContext

[In] Specifies the sequence context the dialog box uses to obtain information about the sequence file. You can use the Engine.NewEditContext method to obtain an edit-time sequence context.

See Also

Create/Update Custom Data Type from Cluster dialog box

Engine.NewEditContext

SequenceContext