<< Click to Display Table of Contents >> GetShapeById |
public MyShape GetShapeById(Int64 aShapeId)
Description:
Get the shape by id.
Parameter:
aShapeId: Shape id
Return value:
return the shape.
Example:
private void button1_Click(object sender, System.EventArgs e)
{
MyShape tmpShape = myCAD1.GetShapeById(0);
}
See also: