Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

objectTypeUI [-isType string] string

objectTypeUI is undoable, NOT queryable, and NOT editable.

This command returns the type of UI element such as button, sliders, etc.

Return value

stringThe type of the specified object.

Flags

isType
Long name (short name) Argument types Properties
-isType(-i) string create
Returns true|false if the object is of the specified type.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

objectTypeUI "viewPanes";