Operation
You can integrate DwgList 2021 DLL into an application to extract content from AutoCAD DWG files. two ways:
The basic operation is:
-
Import DwgList 2021 DLL into your product
-
Intialize DwgList 2021 DLL and load a drawing.
-
Use the DwgList 2021 DLL Functional API to extract information from the Drawing
-
Un-Intialize DwgList 2021 DLL after use to release memort resources.
Use the following sample to integrate with your code:
-
DwgList 2021 DLL Code Sample
-
Register and Download DwgList 2021 DLL.