DeleteAllShapes

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

DeleteAllShapes

public void DeleteAllShapes()

 

Description:

 Delete all shapes , Layer(s) is still exist.

 

Example:

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

 {

         myCAD1.DeleteAllShapes();

 }