GetSelectedShapesCount

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

GetSelectedShapesCount

public Int64 GetSelectedShapesCount()

 

Description:

 Get the selected shapes count.

 

Return value:

 retrun the selected shapes count

 

Example:

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

 {

         Int32 count = myCAD1.GetSelectedShapesCount();

 }