Go to: Synopsis. Return value. MEL examples.

Synopsis

canCreateCaddyManip object

canCreateCaddyManip is undoable, NOT queryable, and NOT editable.

This command returns true if there can be a manipulator made for the specified selection, false otherwise.

Return value

boolean

MEL examples

int $canWeCreateIt = `canCreateCaddyManip node`;