Launch the Coder Type Editor dialog
coderTypeEditor
opens an empty Coder Type Editor dialog. If a
dialog is already open, this command brings it to the front of the screen.
You can use the Coder Type Editor to create and edit coder.Type
objects interactively. See Create and Edit Input Types by Using the Coder Type Editor.
coderTypeEditor
opens a Coder
Type Editor dialog pre-populated with var1 ... varN
coder.Type
objects corresponding to the
workspace variables var1
through varN
. For a variable
var
, the name of the generated coder.Type
object is
varType
.
coderTypeEditor -all
opens a Coder Type Editor dialog pre-populated
with coder.Type
objects corresponding to
all compatible variables in the current workspace.
coderTypeEditor -close
closes an open Coder Type Editor
dialog.