GetShapeNoById

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

GetShapeNoById

public Int64 GetShapeNoById(Int64 aShapeId)

 

Description:

 Get the shape no by id.

 

Parameter:

 aShapeId: Shape id

 

Return value:

 return the shape no.

 

Example:

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

 {

         Int32 shapeNo = myCAD1.GetShapeNoById(0);

 }