DrawingDocument.SaveAsInventorDWG Method
Parent Object: DrawingDocumentDescription
Method that saves the document as an Inventor DWG with the specified name.
Syntax
DrawingDocument.SaveAsInventorDWG( FullFileName As String, SaveCopyAs As Boolean )Parameters
| Name | Type | Description |
| FullFileName | String | Input string to specify the full file name of the new dwg. |
| SaveCopyAs | Boolean | Input Boolean that indicates whether the file to be saved is new or is a copy of a previously existing file. |
