Share

Document.SaveAs Method

Parent Object: Document

Description

Saves this document into a file of the specified name.

Syntax

Document.SaveAs( FileName As String, SaveCopyAs As Boolean )

Parameters

Name Type Description
FileName String Input String that specifies the name of the file to save the document into.
SaveCopyAs Boolean Input Boolean that indicates whether the file to be saved is new or is a copy of a previously existing file.

Samples

Name Description
Derived Parts and Assemblies This sample demonstrates the use of the API to create derived parts and assemblies.

Version

Introduced in version 4

Was this information helpful?