Function

Editor.Shapes.SelectAllShapes

Void Editor.Shapes.SelectAllShapes()
API http://api.avolites.com/11.0/Editor.Shapes.SelectAllShapes.html
description Selects all shapes in ProgrammerShapeItems for editing.
namespace Editor.Shapes
parameter none
return value Void
Example in

Select all running shapes:

<step condition="!Editor.Shapes.ProgrammerShapes.Empty">Editor.Shapes.SelectAllShapes()</step>
Also used in
Remarks