<< Click to Display Table of Contents >> GetShapesCount |
public Int64 GetShapesCount()
Description:
Get the shapes count.
Return value:
return the shapes count.
Example:
private void button1_Click(object sender, System.EventArgs e)
{
Int32 count = myCAD1.GetShapesCount();
}