Share

PartDocument.SaveAs Method

Parent Object: PartDocument

Description

Saves this document into a file of the specified name.

Syntax

PartDocument.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
Shrink wrap substitute in assembly The following sample demonstrates the creation of a shrinkwrap substitute within an assembly.

Version

Introduced in version 4

Was this information helpful?