Skip to main content

TsgCADtoBIN

Unit: CADtoDXF

Description

Provides a functionality for export a CAD image into AutoCAD® DWG™ format.

Syntax

TsgCADtoBIN = class(TsgCADtoDXF)

Properties

Properties derived from TsgCADtoDXFDescription
VersionThe property gets and sets version of the DXF file for saving.
XDataAppNameThe property gets and sets the name of the application that saves to the DXF file.

Methods

MethodsDescription
SaveToStreamThe method saves inner TsgCADImage into a specified stream.
Methods derived from TsgCADtoDXFDescription
CreateCreates and initializes a new TsgCADtoDXF object.
DestroyDestroys an instance of the TsgCADtoDXF class.
Methods derived from TsgCADExportDescription
SaveToFileThe method saves the image to the file.

Events

Events derived from TsgCADExportDescription
OnProgressThe event occurs when the file is saving.