FusionDocument.save Method
Parent Object:
FusionDocumentDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>
Description
Saves a version of the current document. You must use the SaveAs method the first time a document is saved. You can determine if a document has been saved by checking the value of the isSaved property.
Remarks
Saving a document is not supported within any of the Command related events. When a command is running, a transaction is open, and saving a document cannot be transacted and, as a result, cannot be contained within a command transaction.
Syntax
"fusionDocument_var" is a variable referencing a FusionDocument object.returnValue = fusionDocument_var.save(description)
|
"fusionDocument_var" is a variable referencing a FusionDocument object.
#include <Fusion/Fusion/FusionDocument.h>
returnValue = fusionDocument_var->save(description);
|
Return Value
boolean |
Returns true if saving the document was successful. |
Parameters
description |
string |
The version description for this document |
Version
Introduced in version November 2014