ScrUnselectAll

Deselects all selected objects.

UI Command:   Right-click in the Modeling workspace. Click Unselect All.
Syntax:   obj.ScrUnselectAll()
Parameters:  

None.

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrUnselectAll()

IPY Example:  

oDoc.ScrUnselectAll()