Go to: Synopsis. Return value. Flags. Python examples.
objectTypeUI(
string
, [isType=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
objectTypeUI is undoable, NOT queryable, and NOT editable.
This command returns the type of UI element such as button, sliders, etc.| string | The type of the specified object. |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
isType(i)
|
string
|
|
||
|
||||
import maya.cmds as cmds cmds.objectTypeUI( 'viewPanes' )