GetShapeByName

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Methods >

GetShapeByName

function GetShapeByName(const AName:String): TMyShape;

 

 

Description:

 

Know a shape's name ,  Get the shape.

 

 

Return Value:

 if there is no shape named AName , return nil;

 

Example:

 

 Shape1:= GetShapeByName('Shape100');

 

See also:

 

GetShapeById