DrawingInfo Object
Description
The DrawingInfo object is returned from the GetDWGInfo method and contains basic information about a DWG file.
Properties
Name |
Data Type |
Description |
DWGFileFormat |
String |
Contains the DWG file format code. e.g. AC1012 - DWG Release 13 AC1014 - DWG Release 14 AC1015 - DWG Release 2000 AC1018 - DWG Release 2004 AC1021 - DWG Release 2007 AC1024 - DWG Release 2010 AC1027 - DWG Release 2013 AC1032 - DWG Release 2018 |
CurrentLayout |
String |
The name of the current\active layout of the DWG file. |
Layouts |
String() Array of Strings |
An array of all the layout names in the DWG file. |
HasXref |
Boolean |
A boolean flag indicating whether the DWG file has one or more external references. External references include DWG files, Image files and PDF attachments. |
References |
XrefInfo() Array of XrefInfo objects |
An array of XrefInfo objects giving details of the DWG external reference files. |