GetShapebyID
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > GetShapebyID |
function GetShapeByID(Id:integer): TMyShape;
Description:
Know a shape's ID , Get the shape.
Return Value:
if Id is not exist, return nil;
Example:
Shape1:= MyCAD1.GetShapeById(0);
See Also: