SaveToDxf
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > SaveToDxf |
procedure SaveToDXF(DXFFileName:String);
Description:
Save CAD drawing to a disk file , it is in AutoCAD R12 DXF format .
Example:
CAD1.SavetoDXF('c:\SavedFile.dxf');
See also: