SaveToFile
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > SaveToFile |
function SaveToFile(FileName:String):Boolean;
Description:
Save TMyCAD drawing content to a disk file, it is in TCADformat .
Return value:
true: the drawing saved to the file.
false:the drawing not saved.
Example:
CAD1.SavetoFile('c:\SavedFile');
See also: