Closes this document.
"drawingDocument_var" is a variable referencing a DrawingDocument object.
|
"drawingDocument_var" is a variable referencing a DrawingDocument object.
|
Type | Description |
boolean | Returns true if closing the document was successful. |
Name | Type | Description |
saveChanges | boolean | This argument defines what the behavior of the close is when the document has been modified. If the document hasn't been modified then this argument is ignored and the document is closed. If the document has been modified and this argument is false then Fusion will close the document and lose any changes. If the document has been modified and this argument is true then it will prompt the user if they want to save the changes or not, just the same as if the user was to interactively close the document. |