GetShapeByNo

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

GetShapeByNo

public MyShape GetShapeByNo(Int64 aShapeNo)

 

Description:

 Get the shape by no.

 

Parameter:

 aShapeNo: Shape no

 

Return value:

 return the shape.

 

Example:

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

 {

         MyShape tmpShape = myCAD1.GetShapeByNo(0);

 }

 

See also:

 GetShapeById