pymel.core.windows.objectTypeUI

static windows.objectTypeUI(*args, **kwargs)

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

Flags:
Long name (short name) Argument Types Properties
isType (i) unicode ../../../_images/create.gif
 
Returns true|false if the object is of the specified type. Flag can have multiple arguments, passed either as a tuple or a list.
listAll (la) bool  
   
superClasses (sc) bool  
   

Derived from mel command maya.cmds.objectTypeUI

Example:

import pymel.core as pm

pm.objectTypeUI( 'viewPanes' )

Previous topic

pymel.core.windows.nodeTreeLister

Next topic

pymel.core.windows.optionMenu

Core

Core Modules

Other Modules

This Page