This command returns the type of UI element such as button, sliders, etc.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| isType (i) | unicode |
|
|
|
|||
Derived from mel command maya.cmds.objectTypeUI
Example:
import pymel.core as pm
pm.objectTypeUI( 'viewPanes' )