GetWorkingShapesCount

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

GetWorkingShapesCount

public Int64 GetWorkingShapesCount()

 

Description:

 Get the working shapes count.

 

Return value:

 return the working shapes count.

 

Example:

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

 {

         Int32 count = myCAD1.GetWorkingShapesCount();

 }