DotNetParameter.DisplayCreateCustomDataTypeDialog
- Updated2024-10-09
- 1 minute(s) read
DotNetParameter.DisplayCreateCustomDataTypeDialog
Syntax
DotNetParameter.DisplayCreateCustomDataTypeDialog( sequenceContext)
Return Value
Returns True if you click OK in the dialog box and False if you click Cancel .
Purpose
Launches the Create Custom Data Type from Struct dialog box, in which you can create a new data type you can pass to a .NET struct parameter.
Remarks
Call this method only if the parameter is a struct. Otherwise, this method returns without launching the Create Custom Data Type from Struct dialog box. Use the DotNetParameter.Type property to determine whether a parameter is a struct.
Parameters
sequenceContext As SequenceContext
[In] Specifies the sequence context the Create Custom Data Type from Struct dialog box uses to obtain information about the sequence file. You can use the Engine.NewEditContext method to obtain an edit-time sequence context.