Close method

Closes the document and all associated windows.

 

Syntax

objectVariable = object.Close([SaveChanges], [File])

Close([SaveChanges], [File])

Where:

     object is a Document object.

     SaveChanges is an optional Boolean variable indicating whether to save changes made since the last save (A value of True saves the changes, while a value of False does not);

     File is an optional string naming the file to be saved.

 

Examples...

Close method example

 


© Bricsys NV. All rights reserved.