<< Click to Display Table of Contents >> GetSelectedShapes |
public MyShape[] GetSelectedShapes()
Description:
Get the selected shapes.
Return value:
retrun the selected shapes
Example:
private void button1_Click(object sender, System.EventArgs e)
{
MyShape[] lstShape = myCAD1.GetSelectedShapes();
}