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.
"drawingDocument_var" is a variable referencing a DrawingDocument object. |
"drawingDocument_var" is a variable referencing a DrawingDocument object. |
| Type | Description |
| boolean | Returns true if saving the document was successful. |
| Name | Type | Description |
| description | string | The version description for this document |