Share

DrawingDocument.SaveAsInventorDWG Method

Parent Object: DrawingDocument

Description

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.

Version

Introduced in version 2008

Was this information helpful?