SelectAllShapes

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

SelectAllShapes

public void SelectAllShapes()

 

Description:

 Select all shapes.

 

Example:

 private void menuItem6_Click(object sender, System.EventArgs e)

 {

         myCAD1.SelectAllShapes();

 }